From 464d2cf3bacdda6d3a695a7242273332318dbc9f Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 6 Mar 2023 16:17:47 +0100 Subject: [PATCH] feat: use redis for keyvalue cache --- config.yml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml.tmpl b/config.yml.tmpl index 2878616..23c893d 100644 --- a/config.yml.tmpl +++ b/config.yml.tmpl @@ -281,9 +281,9 @@ log: # # # Key Value Storage settings # # The Key Value Storage is used for different kinds of things like metrics and a few cache systems. -# keyvalue: -# # The type of the storage backend. Can be either "memory" or "redis". If "redis" is chosen it needs to be configured seperately. -# type: "memory" +keyvalue: + # The type of the storage backend. Can be either "memory" or "redis". If "redis" is chosen it needs to be configured seperately. + type: "redis" # auth: # Local authentication will let users log in and register (if enabled) through the db.