mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-26 00:31:32 +02:00
Compare commits
2 Commits
de4eb1ace1
...
3e57c9f6e9
Author | SHA1 | Date | |
---|---|---|---|
|
3e57c9f6e9 | ||
|
532e8b498b |
@@ -1038,6 +1038,7 @@ matrix_synapse_redis_enabled: false
|
||||
matrix_synapse_redis_host: ""
|
||||
matrix_synapse_redis_port: 6379
|
||||
matrix_synapse_redis_password: ""
|
||||
matrix_synapse_redis_dbid: 0
|
||||
|
||||
# Controls whether Synapse starts a replication listener necessary for workers.
|
||||
#
|
||||
|
@@ -2921,6 +2921,9 @@ redis:
|
||||
host: {{ matrix_synapse_redis_host }}
|
||||
port: {{ matrix_synapse_redis_port }}
|
||||
|
||||
# Optional database ID to connect to. Defaults to 0.
|
||||
dbid: {{ matrix_synapse_redis_dbid }}
|
||||
|
||||
# Optional password if configured on the Redis instance
|
||||
#
|
||||
password: {{ matrix_synapse_redis_password }}
|
||||
|
Reference in New Issue
Block a user