From c5aa70b3bddff0f09b1b9951754f3f9872afe547 Mon Sep 17 00:00:00 2001 From: "julian.baeume" <julian.baeume@open-xchange.com> Date: Thu, 5 May 2022 11:28:11 +0000 Subject: [PATCH] missing documentation for redis.enabled it's just a simple switch, but we want to have it documented for completeness. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ade22c..0f128cf 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ It is possible to horizontally scale the UI Middleware, as more clients are fetc | `port` | Exposed port | `"8080"` | | `cacheTTL` | Vite manifest caching time | `30000` | | `logLevel` | Pino log level | `"info"` | +| `redis.enabled` | Global switch Redis integration | false | | `redis.host` | Redis host | | | `redis.port` | Redis port (optional) | `6379` | | `redis.db` | Redis DB, e.g. `"1"` (optional) | null | -- GitLab