我的 mongodb 身份验证是错误的,但它得到错误我的 mongodb.conf 文件没有身份验证
# Turn on/off security. Off is currently the default
#noauth = true
#auth = true
我的 mongodb 用户配置文件
"mongodb": {
"hosts": ["127.0.0.1"],
"db": "openhab",
"user": "",
"password": ""
}