From 87ddcd1c4947e8bb2b13ef76794c9c1db6ce5e40 Mon Sep 17 00:00:00 2001 From: KalebSchmidlkofer Date: Wed, 14 Aug 2024 19:00:25 -0700 Subject: [PATCH] chore: Info about trusted proxies in .env.example file --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index fc97db959..636fb0067 100644 --- a/.env.example +++ b/.env.example @@ -7,6 +7,10 @@ APP_URL=http://panel.example.com APP_LOCALE=en APP_ENVIRONMENT_ONLY=true +# If you are using a proxy server set this to be +# the Proxy server's ip adddress. +# TRUSTED_PROXIES=* + LOG_CHANNEL=daily LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug