matrix/homeserver.yaml.db

10 lines
144 B
Plaintext
Raw Permalink Normal View History

2024-03-25 23:23:07 +00:00
database:
name: psycopg2
args:
2024-04-10 15:13:15 +00:00
user: matrix_synapse
2024-03-25 23:23:07 +00:00
password: PG_PASS
dbname: synapse
host: db
cp_min: 5
cp_max: 10