Slavi Pantaleev
il y a 2 ans
committed by
GitHub
Parent
révision
cbec16d245
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec
2 ajouts et
0 suppressions
-
roles/custom/matrix-synapse-auto-compressor/templates/env.j2
|
|
|
@@ -1,4 +1,6 @@ |
|
|
|
POSTGRES_LOCATION={{ matrix_synapse_auto_compressor_environment_variable_postgres_location }} |
|
|
|
|
|
|
|
# PG-prefixed variables below are for the matrix-synapse-auto-compressor-fix.sh script |
|
|
|
PGHOST={{ matrix_synapse_auto_compressor_database_hostname }} |
|
|
|
PGDATABASE={{ matrix_synapse_auto_compressor_database_name }} |
|
|
|
PGUSER={{ matrix_synapse_auto_compressor_database_username }} |
|
|
|
|