wip fix redis
This commit is contained in:
parent
45337b4b2c
commit
c8467e8916
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user