Ver a proveniência

add matrix_synapse_redis_dbid var

pull/3251/head
Aine há 2 anos
ascendente
cometimento
532e8b498b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 34969C908CCA2804
2 ficheiros alterados com 4 adições e 0 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

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


Carregando…
Cancelar
Guardar