Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created February 14, 2013 18:32
Show Gist options
  • Select an option

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

Select an option

Save alejandrobernardis/4955067 to your computer and use it in GitHub Desktop.
mongod.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