mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 14:32:51 +01:00
4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
|
#jinja2: lstrip_blocks: "True"
|
||
|
PGUSER={{ matrix_postgres_connection_username }}
|
||
|
PGPASSWORD={{ matrix_postgres_connection_password }}
|
||
|
PGDATABASE={{ matrix_postgres_db_name }}
|