This repository has been archived on 2025-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-synapse-debian/synapse/conf.d/database.yaml
Kiara Grouwstra 0124ae08e2
init
2025-04-14 11:19:49 +02:00

9 lines
164 B
YAML

database:
name: psycopg2
args:
user: synapse
password: <secure password>
dbname: synapse
host: /var/run/postgresql
cp_min: 5
cp_max: 10