Slavi Pantaleev
há 2 anos
committed by
GitHub
ascendente
cometimento
cbec16d245
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
2 adições e
0 eliminações
-
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 }} |
|
|
|
|