mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-21 19:58:54 +02:00
Initial commit
This commit is contained in:
3
roles/matrix-server/templates/env/env-postgres-server-docker.j2
vendored
Normal file
3
roles/matrix-server/templates/env/env-postgres-server-docker.j2
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
POSTGRES_USER={{ matrix_postgres_connection_username }}
|
||||
POSTGRES_PASSWORD={{ matrix_postgres_connection_password }}
|
||||
POSTGRES_DB={{ matrix_postgres_db_name }}
|
Reference in New Issue
Block a user