From 2325d9638983ba4a833a27399b0cfcffa0a4c2db Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 16 May 2025 11:23:54 +0200 Subject: [PATCH] fix(backend): Caching service naam Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- backend/.env.production.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.production.example b/backend/.env.production.example index 3eeb9bef..aa380ee0 100644 --- a/backend/.env.production.example +++ b/backend/.env.production.example @@ -36,6 +36,6 @@ DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://idp:7080/idp/realms/teacher/protocol/op DWENGO_LOGGING_LEVEL=info DWENGO_LOGGING_LOKI_HOST=http://logging:3102 -DWENGO_CACHE_HOST=cache +DWENGO_CACHE_HOST=caching #DWENGO_CACHE_PORT=11211 DWENGO_CACHE_TTL=604800