fix redis config
This commit is contained in:
parent
a2f08b8ac7
commit
9aae7e1a15
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user