I am starting mongod with a config file. I have included the following in the config. When I start mongodb it does not fork, starts on port 27017 and gives a warning that auth has not been enabled. Any suggestions? Thanks.
processManagement:
fork : true
security:
authorization: “enabled”
net:
port: 27000