chore(backend): Caching envvars
This commit is contained in:
parent
a59417b8f5
commit
207df530b9
5 changed files with 66 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue