mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Fix flakey complement (#1653)
This commit is contained in:
parent
9a1ef81fa2
commit
a518e2971a
@ -65,6 +65,8 @@ func main() {
|
||||
cfg.FederationSender.DisableTLSValidation = true
|
||||
cfg.MSCs.MSCs = []string{"msc2836"}
|
||||
cfg.Logging[0].Level = "trace"
|
||||
// don't hit matrix.org when running tests!!!
|
||||
cfg.SigningKeyServer.KeyPerspectives = config.KeyPerspectives{}
|
||||
}
|
||||
|
||||
j, err := yaml.Marshal(cfg)
|
||||
|
Loading…
Reference in New Issue
Block a user