golb

Mongo Config on Windows

These commandes are for Windows user

If you want to change the moogoDB config, for example, the bindIp

Stop the deamon

net stop mongodb

Legend :

Change your config

You change the config here, located in <install directory>\bin\mongod.cfg

Remember it's a YAML file, so you need to produce a correct file

no tabs but spaces !

You need to have admin rights to change the config file

Start the mongoDB deamon

net start mongodb

Legend :