Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

8 行
434 B

  1. POSTGRES_LOCATION={{ matrix_synapse_auto_compressor_environment_variable_postgres_location }}
  2. # PG-prefixed variables below are for the matrix-synapse-auto-compressor-fix.sh script
  3. PGHOST={{ matrix_synapse_auto_compressor_database_hostname }}
  4. PGDATABASE={{ matrix_synapse_auto_compressor_database_name }}
  5. PGUSER={{ matrix_synapse_auto_compressor_database_username }}
  6. PGPASSWORD={{ matrix_synapse_auto_compressor_database_password }}