You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-17 22:17:26 +02: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 }}
|