[18:01:18] <cart_man> I can not seem to get AUthentication part of MongoDB right?
[18:02:43] <cart_man> I installed mongoDB and then ran mongo app and I it logged in with no authentication
[18:05:52] <cart_man> Then in the docs they say I have to run mongod --port xxxxx --dbpath /data/db1 BUT if I am running a service how can I stop that service and make it use this dbpath INSIDE the service?