From d62a38f83ff4cb0fbff28f93150296b2010dc06c Mon Sep 17 00:00:00 2001 From: eckynde Date: Sat, 26 Jul 2025 18:47:16 +0200 Subject: [PATCH] Use correct variable for reverse proxy base url --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4e791b01..c316ff9a 100644 --- a/.env.example +++ b/.env.example @@ -1,12 +1,12 @@ -ABRECHNUNG_SERVICE__URL=http://localhost:8080 ABRECHNUNG_SERVICE__NAME=Abrechnung + ABRECHNUNG_DATABASE__HOST=abrechnung_postgres ABRECHNUNG_DATABASE__USER=abrechnung ABRECHNUNG_DATABASE__DBNAME=abrechnung ABRECHNUNG_DATABASE__PASSWORD=replaceme # e.g. pwgen -s 64 1 ABRECHNUNG_API__SECRET_KEY=replaceme # pwgen -s 64 1 -ABRECHNUNG_SERVICE__BASE_URL=https://localhost:8080 +ABRECHNUNG_API__BASE_URL=https://localhost:8080 ABRECHNUNG_API__PORT=8080 ABRECHNUNG_API__ID=default