From cbec16d245a8e9379c0a0677e3a3105b9fca47be Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 15 Aug 2024 11:36:19 +0300 Subject: [PATCH] Clarify what the PG-prefixed variables are for --- roles/custom/matrix-synapse-auto-compressor/templates/env.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/custom/matrix-synapse-auto-compressor/templates/env.j2 b/roles/custom/matrix-synapse-auto-compressor/templates/env.j2 index e0e68511f..85f18066d 100644 --- a/roles/custom/matrix-synapse-auto-compressor/templates/env.j2 +++ b/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 }}