array_values(array_filter(array_map( fn ($host) => strtolower(trim($host)), explode(',', (string) env('ADMIN_HOSTS', '')) ))), /* | Key for VPN configs stored at rest (32 bytes, base64). Separate from | APP_KEY on purpose — see App\Services\Wireguard\ConfigVault. Empty means | storing configs is switched off, and the console says so rather than | quietly writing credentials in the clear. | | Generate with: head -c 32 /dev/urandom | base64 */ 'vpn_config_key' => env('VPN_CONFIG_KEY', ''), ];