Skip to content

Instantly share code, notes, and snippets.

@imrehg
Created November 5, 2012 01:50
Show Gist options
  • Save imrehg/4014818 to your computer and use it in GitHub Desktop.
Save imrehg/4014818 to your computer and use it in GitHub Desktop.
MongoDB basic conf
# mongodb.conf
# Where to store the data.
#dbpath=/var/lib/mongodb
#where to log
#logpath=/var/log/mongodb/mongodb.log
logappend=true
#bind_ip = 127.0.0.1
port = 27017
# Enable journaling, http://www.mongodb.org/display/DOCS/Journaling
journal=true
replSet = rs0
rest = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment