Sfoglia il codice sorgente

add matrix_synapse_redis_dbid var

pull/3251/head
Aine 1 anno fa
parent
commit
532e8b498b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 34969C908CCA2804
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +1
    -0
      roles/custom/matrix-synapse/defaults/main.yml
  2. +3
    -0
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 0
roles/custom/matrix-synapse/defaults/main.yml Vedi File

@@ -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.
#


+ 3
- 0
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Vedi File

@@ -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 }}


Caricamento…
Annulla
Salva