Procházet zdrojové kódy

do not create MAS DB if MAS is disabled

pull/3650/head
Aine před 1 rokem
committed by GitHub
rodič
revize
b9ca98d1e3
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Zobrazit soubor

@@ -4027,7 +4027,7 @@ postgres_managed_databases_auto: |
'name': matrix_authentication_service_config_database_database, 'name': matrix_authentication_service_config_database_database,
'username': matrix_authentication_service_config_database_username, 'username': matrix_authentication_service_config_database_username,
'password': matrix_authentication_service_config_database_password, '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, 'name': matrix_sliding_sync_database_name,


Načítá se…
Zrušit
Uložit