Adding config/trustedproxy.php
This commit is contained in:
parent
4dd7ed6726
commit
5fd70f3793
2 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ APP_ENV=local
|
|||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
HTTP_TRUSTED_PROXIES="192.168.1.1,192.168.1.2"
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
LOG_LEVEL=debug
|
||||
|
|
|
|||
Reference in a new issue