Sfoglia il codice sorgente

docs: clarify database_host ignored when postgres sockets are enabled

pull/5052/head
Slavi Pantaleev 1 mese fa
parent
commit
68aca96cbd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      roles/custom/matrix-synapse/defaults/main.yml

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

@@ -1310,6 +1310,10 @@ matrix_synapse_sentry_dsn: ""

# Postgres database information
matrix_synapse_database_txn_limit: 0
#
# Use this hostname for TCP-based Postgres connections.
# When `matrix_synapse_database_socket_enabled` is true, this is ignored and
# `matrix_synapse_database_socket_path` is used instead.
matrix_synapse_database_host: ''
matrix_synapse_database_port: 5432
matrix_synapse_database_cp_min: 5


Caricamento…
Annulla
Salva