add env for FDSIK

This commit is contained in:
Matthias Hochmeister
2026-03-13 10:30:16 +01:00
parent 11fb533ad6
commit 76327832d1
2 changed files with 19 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ DB_PORT=5432
DB_NAME=feuerwehr_prod
DB_USER=prod_user
DB_PASSWORD=
# HTTP control server port (used by admin UI for manual trigger + logs)
# Default: 3001
SYNC_HTTP_PORT=3001