mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00: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.UserAPI.BCryptCost = bcrypt.MinCost
|
||||
cfg.Global.JetStream.InMemory = true
|
||||
cfg.ClientAPI.RegistrationSharedSecret = "complement"
|
||||
}
|
||||
|
||||
j, err := yaml.Marshal(cfg)
|
||||
|
|
Loading…
Reference in a new issue