wip fix redis

This commit is contained in:
Simon 2024-07-23 14:11:49 +02:00
parent 45337b4b2c
commit c8467e8916
2 changed files with 3 additions and 3 deletions

View File

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

View File

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