fix indentation in config

This commit is contained in:
Robert Kaussow 2019-01-19 03:14:11 +01:00
parent c79d7d0186
commit 48f3f66afd
1 changed files with 9 additions and 9 deletions

View File

@ -211,15 +211,15 @@ listeners:
database:
{% if matrix_postgres_enabled %}
name: psycopg2
args:
user: {{ matrix_postgres_user.name }}
password: {{ matrix_postgres_user.password }}
dbname: {{ matrix_postgres_db.name }}
host: {{ matrix_postgres_server }}
port: {{ matrix_postgres_port }}
sslmode: {{ matrix_postgres_ssl_mode }}
cp_min: 5
cp_max: 10
args:
user: {{ matrix_postgres_user.name }}
password: {{ matrix_postgres_user.password }}
dbname: {{ matrix_postgres_db.name }}
host: {{ matrix_postgres_server }}
port: {{ matrix_postgres_port }}
sslmode: {{ matrix_postgres_ssl_mode }}
cp_min: 5
cp_max: 10
{% else %}
name: "sqlite3"
args: