From 3196de63f36c4be5123a1946d73c9270ed342010 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 15 May 2025 22:40:35 +0200 Subject: [PATCH] docs(backend): Beschrijving default values --- backend/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/.env.example b/backend/.env.example index e9244902..e77eab20 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -13,7 +13,7 @@ #DWENGO_LEARNING_CONTENT_REPO_API_BASE_URL=https://dwengo.org/backend/api # The default fallback language. #DWENGO_FALLBACK_LANGUAGE=nl -# Whether running in production mode or not. Possible values are "prod" or "dev". +# Whether running in production mode or not. Possible values are "prod", "staging", "test" or "dev". #DWENGO_RUN_MODE=dev # ! Change this! The hostname or IP address of the database @@ -71,5 +71,7 @@ DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://hostname/realms/teacher/protocol/openid # If running your stack in docker, this should use the docker service name. #DWENGO_CACHE_HOST=localhost #DWENGO_CACHE_PORT=11211 +# The time-to-live (TTL) for cached items in seconds. #DWENGO_CACHE_TTL=3600 +# If your cache server benefits from a prefix, you can set it here. #DWENGO_CACHE_KEY_PREFIX=dwengo