my mongodb auth is false but it getting error my mongodb.conf file have no authenication
# Turn on/off security. Off is currently the default
#noauth = true
#auth = true
my mongodb user conf file
"mongodb": {
"hosts": ["127.0.0.1"],
"db": "openhab",
"user": "",
"password": ""
}