From 4afe3d27062dcdde5b7e5ecd510cee86cb49c88c Mon Sep 17 00:00:00 2001 From: mathieu Date: Wed, 19 Jun 2024 11:14:57 +0200 Subject: [PATCH] firefly --- firefly/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefly/.env b/firefly/.env index 54a3861..e351ead 100644 --- a/firefly/.env +++ b/firefly/.env @@ -35,7 +35,7 @@ TZ=Europe/Amsterdam # TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy. # Set it to ** and reverse proxies work just fine. -TRUSTED_PROXIES= +TRUSTED_PROXIES=** # The log channel defines where your log entries go to. # Several other options exist. You can use 'single' for one big fat error log (not recommended). @@ -297,4 +297,4 @@ FIREFLY_III_LAYOUT=v1 # Please make sure this URL matches the external URL of your Firefly III installation. # It is used to validate specific requests and to generate URLs in emails. # -APP_URL=https://firefly.huguette.ovh/ \ No newline at end of file +APP_URL=https://firefly.huguette.ovh \ No newline at end of file