Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

15 líneas
574 B

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