You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/matrix_synapse/templates/matrix-synapse/conf.d/database.yaml.j2

12 lines
225 B
Django/Jinja

# {{ ansible_managed }}
database:
name: "psycopg2"
args:
user: "synapse"
password: "{{ postgresql_synapse_passwd }}"
database: "synapse"
host: "{{ postgresql_services_url }}"
cp_min: 5
cp_max: 10