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.