Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created March 29, 2012 02:01
Show Gist options
  • Select an option

  • Save alejandrobernardis/2232467 to your computer and use it in GitHub Desktop.

Select an option

Save alejandrobernardis/2232467 to your computer and use it in GitHub Desktop.
MongoDB, Conf
# mongo.conf
logpath=/var/log/mongo/mongod.log
logappend=true
fork = true
dbpath=/var/lib/mongo
auth = true
bind_ip = 127.0.0.1
rest = false
nohttpinterface = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment