6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
|
|
return [
|
|
'TRUSTED_IP' => explode(',', env("TRUSTED_IP", '127.0.0.1')),
|
|
];
|