* add synapse-auto-compressor workaround, fixes #3397 * Clarify what the PG-prefixed variables are for --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
@ -1 +1,7 @@
|
||||
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 }}
|
||||
PGPASSWORD={{ matrix_synapse_auto_compressor_database_password }}
|
||||
|
Reference in New Issue
Block a user