VEGAS/matrix: work around inaccurate assertions
This commit is contained in:
parent
5035bdaa09
commit
187a77b1e8
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ in {
|
|||
push.include_content = true;
|
||||
group_creation_prefix = "unofficial/";
|
||||
log_config = logConfigJSON;
|
||||
# HACK: upstream has a weird assertion that doesn't work with our HAProxy setup
|
||||
# this host gets overridden by dbConfigOut
|
||||
database = lib.recursiveUpdate dbConfig.database { args.host = "_patroni.local"; };
|
||||
app_service_config_files = [
|
||||
"/etc/synapse/discord-registration.yaml"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue