mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 08:32:40 +00: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 }}
|