mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-17 19:53:44 +01:00
Set 'complement' as the shared secret for CI (#2194)
This commit is contained in:
parent
5a39512f5f
commit
a4681bc7f7
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ func main() {
|
||||||
cfg.Logging[0].Type = "std"
|
cfg.Logging[0].Type = "std"
|
||||||
cfg.UserAPI.BCryptCost = bcrypt.MinCost
|
cfg.UserAPI.BCryptCost = bcrypt.MinCost
|
||||||
cfg.Global.JetStream.InMemory = true
|
cfg.Global.JetStream.InMemory = true
|
||||||
|
cfg.ClientAPI.RegistrationSharedSecret = "complement"
|
||||||
}
|
}
|
||||||
|
|
||||||
j, err := yaml.Marshal(cfg)
|
j, err := yaml.Marshal(cfg)
|
||||||
|
|
Loading…
Reference in a new issue