File Location: C:\Users\amitayadav\m103\m103-vagrant-env\shared\mongod.conf
storage:
dbPath: “/data/db”
systemLog:
destination: “file”
path: “/data/log/mongod.log”
replication:
replSetName: “M103”
net:
bindIp: “127.0.0.1,192.168.103.100”
ssl:
mode: “requireSSL”
PEMKeyFile: “/etc/ssl/ssl.pem”
CAFile: “/etc/ssl/SSLCA.pem”
security:
keyFile: “/data/keyfile”
processManagement:
fork: true
vagrant@m103:~$ mongod -f /shared/mongod.conf
Error reading config file: No such file or directory