Merge branch 'main' into s7evink/remove-proxy

This commit is contained in:
S7evinK 2022-02-17 13:24:06 +01:00 committed by GitHub
commit 39ad33772d
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)