3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-03-26 06:27:23 +00:00

fix comments

This commit is contained in:
Aine
2026-03-08 08:09:17 +00:00
parent c3437e22e6
commit 45d5ebd008
2 changed files with 11 additions and 5 deletions

View File

@@ -1248,9 +1248,12 @@ matrix_synapse_redis_use_tls: false
matrix_synapse_redis_host: ""
matrix_synapse_redis_port: 6379
# Connection option 2: Unix socket (takes precedence over TCP if `matrix_synapse_redis_path` is set)
# disabled by default
matrix_synapse_redis_path_enabled: false
matrix_synapse_redis_path: "" # the path to the redis socket inside the container, e.g. "/var/run/redis.sock"
matrix_synapse_redis_path_host: "" # the path to the redis socket on the host, e.g. "/matrix/valkey/run/valkey.sock"
# the path to the redis socket inside the container, Synapse default's is "/tmp/redis.sock"
matrix_synapse_redis_path: ""
# the path to the redis socket on the host, e.g., "/matrix/valkey/run/valkey.sock"
matrix_synapse_redis_path_host: ""
# Controls whether Synapse starts a replication listener necessary for workers.
#