matrix-docker-ansible-deploy/roles/matrix-postgres/templates/env-postgres-psql.j2

4 lines
173 B
Plaintext
Raw Normal View History

2021-08-13 08:05:57 +00:00
#jinja2: lstrip_blocks: "True"
PGUSER={{ matrix_postgres_connection_username }}
PGPASSWORD={{ matrix_postgres_connection_password }}
PGDATABASE={{ matrix_postgres_db_name }}