Hi,
I am unable to start the mongod using below config file
vagrant@m103:~$ cat mongod.conf
net:
bindIp:“127.0.0.1,192.168.103.100”
net:
port:27000
storage:
dbPath:"/data/db/"
security:
authorization:“enabled”
vagrant@m103:~$ mongod --config mongod.conf
Unrecognized option: security
try ‘mongod --help’ for more information