My config.conf file:
storage:
dbPath: /var/mongodb/db/
net:
bindIp: 192.168.103.100,localhost
port: 27000
security:
authorization: enabled
When trying:
sudo chown vagrant:vagrant /var/mongodb/db
I get this error:
chown: vagrant: illegal group name
So I can’t get mongod to work, beacuse I also get this error:
exception in initAndListen: NonExistentPath: Data directory /var/mongodb/db/ not found.