Commit d68df54 authored and committed May 21, 2024
1 parent 13f3f07 commit d68df54 Copy full SHA for d68df54
File tree 2 files changed +4
-0
lines changed
roles/custom/matrix-synapse
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1038,6 +1038,7 @@ matrix_synapse_redis_enabled: false
1038
1038
matrix_synapse_redis_host : " "
1039
1039
matrix_synapse_redis_port : 6379
1040
1040
matrix_synapse_redis_password : " "
1041
+ matrix_synapse_redis_dbid : 0
1041
1042
1042
1043
# Controls whether Synapse starts a replication listener necessary for workers.
1043
1044
#
Original file line number Diff line number Diff line change @@ -2920,6 +2920,9 @@ redis:
2920
2920
host : {{ matrix_synapse_redis_host }}
2921
2921
port : {{ matrix_synapse_redis_port }}
2922
2922
2923
+ # Optional database ID to connect to. Defaults to 0.
2924
+ dbid : {{ matrix_synapse_redis_dbid }}
2925
+
2923
2926
# Optional password if configured on the Redis instance
2924
2927
#
2925
2928
password : {{ matrix_synapse_redis_password }}
You can’t perform that action at this time.
0 commit comments