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

@ -66,3 +66,10 @@ DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://hostname/realms/teacher/protocol/openid
# The address of the Loki instance, a log aggregation system.
# If running your stack in docker, this should use the docker service name.
#DWENGO_LOGGING_LOKI_HOST=http://localhost:3102
# The hostname or IP address of the Redis cache.
# If running your stack in docker, this should use the docker service name.
#DWENGO_CACHE_HOST=localhost
#DWENGO_CACHE_PORT=6379
#DWENGO_CACHE_TTL=3600
#DWENGO_CACHE_KEY_PREFIX=dwengo