/* |-------------------------------------------------------------------------- | Cloudflare API |-------------------------------------------------------------------------- | | Credentials for Cloudflare API integration. The token and email are kept | in .env only — never committed. Use the Global API Key for legacy support. | | CLOUDFLARE_API_KEY — Global API Key | CLOUDFLARE_EMAIL — Account email | CLOUDFLARE_IP_TARGET — IP address for A records | */ 'cloudflare' => [ 'api_key' => env('CLOUDFLARE_API_KEY'), 'email' => env('CLOUDFLARE_EMAIL'), 'ip_target' => env('CLOUDFLARE_IP_TARGET'), ], Find a Strong Start-Up Design: Expert Tips for Success