5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
|
|
return [
|
|
'proxies' => env('HTTP_TRUSTED_PROXIES', []),
|
|
];
|