chore(backend): Caching envvars

This commit is contained in:
Tibo De Peuter 2025-05-08 23:34:33 +02:00
parent a59417b8f5
commit 207df530b9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 66 additions and 1 deletions

View file

@ -1,4 +1,6 @@
PORT=3000
DWENGO_RUN_MODE=staging
DWENGO_DB_HOST=db
DWENGO_DB_PORT=5432
DWENGO_DB_USERNAME=postgres
@ -18,4 +20,8 @@ DWENGO_CORS_ALLOWED_ORIGINS=http://localhost/*,http://idp:7080,https://idp:7080
# Logging and monitoring
LOKI_HOST=http://logging:3102
DWENGO_LOGGING_LEVEL=debug
DWENGO_LOGGING_LOKI_HOST=http://logging:3102
DWENGO_CACHE_HOST=caching
DWENGO_CACHE_TTL=86400