Skip to content

Instantly share code, notes, and snippets.

@deluvas
Created August 19, 2015 12:11
Show Gist options
  • Save deluvas/10f101dfab8538e37917 to your computer and use it in GitHub Desktop.
Save deluvas/10f101dfab8538e37917 to your computer and use it in GitHub Desktop.
MongoDB Starter Config
systemLog:
destination: file
path: "B:/MongoDB/Server/3.0/data/mongod.log"
logAppend: true
storage:
dbPath: "B:/MongoDB/Server/3.0/data/db"
@deluvas
Copy link
Author

deluvas commented Aug 19, 2015

./mongod.exe -f --install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment