mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Initial commit
This commit is contained in:
3
roles/matrix-server/templates/env/env-postgres-pgsql-docker.j2
vendored
Normal file
3
roles/matrix-server/templates/env/env-postgres-pgsql-docker.j2
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
PGUSER={{ matrix_postgres_connection_username }}
|
||||
PGPASSWORD={{ matrix_postgres_connection_password }}
|
||||
PGDATABASE={{ matrix_postgres_db_name }}
|
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