matrix-synapse: Update example values for redis
This commit is contained in:
parent
ce1f1beb25
commit
0ac1476b40
1 changed files with 7 additions and 7 deletions
|
@ -653,14 +653,14 @@ externalPostgresql:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
usePassword: true
|
auth:
|
||||||
# XXX Change me!
|
# XXX Change me!
|
||||||
password: synapse
|
password: synapse
|
||||||
|
|
||||||
## Or use existing secret with "redis-password" key
|
## Or use existing secret with "redis-password" key
|
||||||
## instead of static password
|
## instead of static password
|
||||||
##
|
##
|
||||||
# existingSecret: redis-secret
|
# existingSecret: redis-secret
|
||||||
|
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
master:
|
master:
|
||||||
|
|
Loading…
Reference in a new issue