Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

14 wiersze
541 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. POSTGRES_LOCATION={{ matrix_synapse_auto_compressor_environment_variable_postgres_location }}
  6. # PG-prefixed variables below are for the matrix-synapse-auto-compressor-fix.sh script
  7. PGHOST={{ matrix_synapse_auto_compressor_database_hostname }}
  8. PGDATABASE={{ matrix_synapse_auto_compressor_database_name }}
  9. PGUSER={{ matrix_synapse_auto_compressor_database_username }}
  10. PGPASSWORD={{ matrix_synapse_auto_compressor_database_password }}