Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {#
- SPDX-FileCopyrightText: 2023 Slavi Pantaleev
- SPDX-FileCopyrightText: 2024 Nikita Chernyi
-
- 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 }}
|