2019-05-07 21:23:35 +02:00
|
|
|
#jinja2: lstrip_blocks: "True"
|
2017-07-31 23:07:30 +03:00
|
|
|
POSTGRES_USER={{ matrix_postgres_connection_username }}
|
|
|
|
POSTGRES_PASSWORD={{ matrix_postgres_connection_password }}
|
2020-01-21 00:12:49 +02:00
|
|
|
POSTGRES_DB={{ matrix_postgres_db_name }}
|
|
|
|
# Synapse refuses to run if collation is not C.
|
|
|
|
# See https://github.com/matrix-org/synapse/issues/6722
|
|
|
|
POSTGRES_INITDB_ARGS=--lc-collate C --lc-ctype C --encoding UTF8
|