Set 'complement' as the shared secret for CI (#2194)

This commit is contained in:
kegsay 2022-02-17 10:59:44 +00:00 committed by GitHub
parent 5a39512f5f
commit a4681bc7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)