Set 'complement' as the shared secret for CI

This commit is contained in:
Kegan Dougal 2022-02-17 10:32:26 +00:00
parent 5a39512f5f
commit 24630d9c56

View file

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