fix custom domain warning
This commit is contained in:
@@ -4,6 +4,6 @@ return [
|
||||
|
||||
'enabled' => !empty(env('CADDY_SECRET')) && !empty(env('CADDY_AUTHORIZED_IPS', [])),
|
||||
'caddy_secret' => env('CADDY_SECRET'),
|
||||
'authorized_ips' => explode(',', env('CADDY_AUTHORIZED_IPS')),
|
||||
'authorized_ips' => explode(',', env('CADDY_AUTHORIZED_IPS','')),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user