fix redis config

This commit is contained in:
Simon 2024-07-22 14:00:09 +02:00
parent a2f08b8ac7
commit 9aae7e1a15
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
export CONFIG_YML_VERSION=v5
export CONFIG_YML_VERSION=v6

View File

@ -123,9 +123,9 @@ typesense:
redis:
# Whether to enable redis or not
enabled: true
enabled: {{ env "VIKUNJA_REDIS_ENABLED" }}
# The host of the redis server including its port.
host: 'redis:6379'
host: {{ env "VIKUNJA_REDIS_HOST" }}
# The password used to authenticate against the redis server
password: ''
# 0 means default database