VEGAS/matrix: work around inaccurate assertions

This commit is contained in:
Max Headroom 2022-08-10 01:09:22 +02:00
parent 5035bdaa09
commit 187a77b1e8

View file

@ -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"
];