I am new to mongo db and I am stuck with configuration assignment i got the following error when I click run test
3 total, 1 passed, 0 skipped:
[PASS] “The server is running on localhost:27000”
[FAIL] “The server requires authentication”
Don’t forget to launch mongod with authentication enabled!
You can do this using the configuration file.
[FAIL] “Mongod was started with a configuration file”
Did you launch mongod using a configuration file?
and i made changes to my mongod.conf file as shown below:
net:
port: 27000
bindIp: 127.0.0.1
security:
Authorization:enable
Kindly let me know where i am going wrong.
Thanks