Lab - Configuration File
I am not able to start my configuration file. I have saved the file in the shared directory and my vagrant shell can properly read from it. Here are the contents of my config file:
systemLog:
destination: file
path: “data/log/mongo.log”
logAppend: true
storage:
dbPath: “/data/db”
security:
authorization: “enabled”
replication:
replSetName: “M103”
net:
bindIp : 127.0.0.1,192.168.0.100
port: 27000
Whenever I use the command as described in the lab “mongod --config /shared/config.cfg”, I get no results on the command prompt, as shown below:
It is as if the command immediately exits, for one reason or another.