Key-Value Storages #674

Merged
konrad merged 20 commits from feature/key-value into master 2020-10-10 16:54:00 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 139fbab773 - Show all commits

View File

@ -205,3 +205,9 @@ backgrounds:
legal:
imprinturl:
privacyurl:
# 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"

View File

@ -248,4 +248,10 @@ backgrounds:
legal:
imprinturl:
privacyurl:
# 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"
{{< /highlight >}}