Преглед изворни кода

matrix-synapse: gate postgres sockets on postgres role support

create-pull-request/i18n
Slavi Pantaleev пре 21 часа
родитељ
комит
f0906e79a9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Прегледај датотеку

@@ -4806,7 +4806,7 @@ matrix_synapse_database_host: "{{ postgres_connection_hostname if matrix_playboo
matrix_synapse_database_password: "{{ (matrix_homeserver_generic_secret_key + ':synapse.db') | hash('sha512') | to_uuid }}" matrix_synapse_database_password: "{{ (matrix_homeserver_generic_secret_key + ':synapse.db') | hash('sha512') | to_uuid }}"


# unix socket connection # unix socket connection
matrix_synapse_database_socket_enabled: "{{ matrix_playbook_synapse_uses_managed_postgres }}"
matrix_synapse_database_socket_enabled: "{{ matrix_playbook_synapse_uses_managed_postgres and postgres_container_unix_socket_enabled }}"
# path to the Postgres socket's parent dir inside the Synapse container # path to the Postgres socket's parent dir inside the Synapse container
matrix_synapse_database_socket_path: "{{ '/run-postgres' if matrix_playbook_synapse_uses_managed_postgres else '' }}" matrix_synapse_database_socket_path: "{{ '/run-postgres' if matrix_playbook_synapse_uses_managed_postgres else '' }}"
# path to the Postgres socket on the host, using Postgres # path to the Postgres socket on the host, using Postgres


Loading…
Откажи
Сачувај