2019-05-07 19:23:35 +00:00
|
|
|
#jinja2: lstrip_blocks: "True"
|
2017-07-31 20:07:30 +00:00
|
|
|
POSTGRES_USER={{ matrix_postgres_connection_username }}
|
|
|
|
POSTGRES_PASSWORD={{ matrix_postgres_connection_password }}
|
2020-01-20 22:12:49 +00: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
|