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:
|
||||
enabled: true
|
||||
|
||||
usePassword: true
|
||||
# XXX Change me!
|
||||
password: synapse
|
||||
auth:
|
||||
# XXX Change me!
|
||||
password: synapse
|
||||
|
||||
## Or use existing secret with "redis-password" key
|
||||
## instead of static password
|
||||
##
|
||||
# existingSecret: redis-secret
|
||||
## Or use existing secret with "redis-password" key
|
||||
## instead of static password
|
||||
##
|
||||
# existingSecret: redis-secret
|
||||
|
||||
architecture: standalone
|
||||
master:
|
||||
|
|
Loading…
Reference in a new issue