Skip to content

Commit 381b182

Browse files
committed
Make default 'ip_whitelist' config the same as 'database_whitelist'
1 parent c1a0719 commit 381b182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/stagefront.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
* For example: '1.2.3.4,1.2.3.4'
8484
* If empty, all IP's are allowed.
8585
*
86-
* Default: ''
86+
* Default: null
8787
*/
88-
'ip_whitelist' => env('STAGEFRONT_IP_WHITELIST', ''),
88+
'ip_whitelist' => env('STAGEFRONT_IP_WHITELIST', null),
8989

9090
/**
9191
* Should only whitelisted IP's get access?

0 commit comments

Comments
 (0)