Files
backend/laravel/config/globalVariables.php

6 lines
85 B
PHP

<?php
return [
'TRUSTED_IP' => explode(',', env("TRUSTED_IP", '127.0.0.1')),
];