remove compose file to another repo
This commit is contained in:
6
config/globalVariables.php
Normal file
6
config/globalVariables.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'TRUSTED_IP' => explode(',', env("TRUSTED_IP", '127.0.0.1')),
|
||||
'NOTIFICATION_SERVER_URL' => env('NOTIFICATION_SERVER_URL', '127.0.0.1')
|
||||
];
|
||||
Reference in New Issue
Block a user