Implemented central database for matrix and mastodon

This commit is contained in:
2024-01-04 20:57:02 +01:00
parent 77a3fb220a
commit 6ac081e501
7 changed files with 91 additions and 17 deletions

View File

@@ -11,10 +11,10 @@ listeners:
database:
name: psycopg2
args:
user: matrix
password: "{{matrix_database_password}}"
database: matrix
host: database
user: "{{database_username}}"
password: "{{database_password}}"
database: "{{database_databasename}}"
host: "{{database_host}}"
cp_min: 5
cp_max: 10
log_config: "/data/{{domain_matrix_synapse}}.log.config"