Skip to content

Instantly share code, notes, and snippets.

@Alexnder
Created February 26, 2015 19:20
Show Gist options
  • Save Alexnder/f16f5b50e1ad76048b4e to your computer and use it in GitHub Desktop.
Save Alexnder/f16f5b50e1ad76048b4e to your computer and use it in GitHub Desktop.
systemLog:
destination: file
path: "C:\\Program Files\\MongoDB 2.6 Standard\\mongodb.log"
logAppend: true
storage:
dbPath: "C:\\Program Files\\MongoDB 2.6 Standard\\data"
journal:
enabled: true
net:
bindIp: 127.0.0.1
port: 27017
@Alexnder
Copy link
Author

mongod --config mongodb.conf

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