ansible/roles/matrix_synapse/templates/matrix-synapse/conf.d/database.yaml.j2

12 lines
225 B
Plaintext
Raw Normal View History

2019-02-26 13:23:14 +01:00
# {{ ansible_managed }}
database:
name: "psycopg2"
args:
user: "synapse"
password: "{{ postgresql_synapse_passwd }}"
database: "synapse"
host: "{{ postgresql_services_url }}"
cp_min: 5
cp_max: 10