feat: use redis for keyvalue cache

This commit is contained in:
Philipp Rothmann 2023-03-06 16:17:47 +01:00
parent 35d1e14a81
commit 464d2cf3ba
1 changed files with 3 additions and 3 deletions

View File

@ -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.