3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-03-25 22:17:25 +00:00

docs: clarify database_host ignored when postgres sockets are enabled

This commit is contained in:
Slavi Pantaleev
2026-03-18 15:21:03 +02:00
parent 68318ce932
commit 68aca96cbd

View File

@@ -1310,6 +1310,10 @@ matrix_synapse_sentry_dsn: ""
# Postgres database information # Postgres database information
matrix_synapse_database_txn_limit: 0 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_host: ''
matrix_synapse_database_port: 5432 matrix_synapse_database_port: 5432
matrix_synapse_database_cp_min: 5 matrix_synapse_database_cp_min: 5