add matrix_synapse_redis_dbid var
This commit is contained in:
@ -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