mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-21 04:29:25 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
PGUSER={{ matrix_postgres_connection_username }}
|
||||
PGPASSWORD={{ matrix_postgres_connection_password }}
|
||||
PGDATABASE={{ matrix_postgres_db_name }}
|
||||
@@ -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