Kaynağa Gözat

Merge pull request #3650 from aine-etke/patch-792975

do not create MAS DB if MAS is disabled
pull/3652/head
Slavi Pantaleev 1 yıl önce
committed by GitHub
ebeveyn
işleme
2a73ea4ae5
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Dosyayı Görüntüle

@@ -4027,7 +4027,7 @@ postgres_managed_databases_auto: |
'name': matrix_authentication_service_config_database_database,
'username': matrix_authentication_service_config_database_username,
'password': matrix_authentication_service_config_database_password,
}] if (matrix_authentication_service_config_database_host == postgres_connection_hostname) else [])
}] if (matrix_authentication_service_enabled and matrix_authentication_service_config_database_host == postgres_connection_hostname) else [])
+
([{
'name': matrix_sliding_sync_database_name,


Yükleniyor…
İptal
Kaydet