fix indentation in config

This commit is contained in:
Robert Kaussow 2019-01-19 03:14:11 +01:00
parent c79d7d0186
commit 48f3f66afd

View File

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