1 Answer
Configuration file format of MongoDB is YAML.
In your case,it's showing up an error in 30rth line 3rd column.Make sure you have given the white spaces in between the bind ip and ip address.If you are not clear,just check out the white space between the title and the description in the whole configuration file so that u will get an idea of what mistake you have done..That will solve the issue and restart the mongod service successfully.
It clearly indicates that you haven't inserted a white space in the third column of the 30rth line.
Your Answer