matrix-docker-ansible-deploy/roles/custom/matrix-synapse-auto-compressor/templates/env.j2
Suguru Hirahara 6abe569213
Setting up REUSE: change copyright year to the initial publication - 2023
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-12-08 05:01:50 +09:00

14 lines
541 B
Django/Jinja

{#
SPDX-FileCopyrightText: 2023 MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
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 }}