Fix MongoDB Security

This commit is contained in:
Viktor Szépe
2023-11-17 20:34:35 +01:00
committed by GitHub
parent 8b5fbb3f68
commit 2ea8f4036c

View File

@@ -37,7 +37,7 @@ type Security struct {
KeyFile string `bson:"keyFile"`
ClusterAuthMode string `bson:"clusterAuthMode"`
Authorization string `bson:"authorization"`
JavascriptEnabled bool `bson:javascriptEnabled"`
JavascriptEnabled bool `bson:"javascriptEnabled"`
Sasl struct {
HostName string `bson:"hostName"`
ServiceName string `bson:"serverName"`