Skip to content

Instantly share code, notes, and snippets.

@RobertBrewitz
Created May 21, 2013 14:00
Show Gist options
  • Save RobertBrewitz/5619994 to your computer and use it in GitHub Desktop.
Save RobertBrewitz/5619994 to your computer and use it in GitHub Desktop.
development conf for mongodb
# Basic database configuration
dbpath = /usr/local/var/mongodb
port = 27017
bind_ip = 127.0.0.1
logpath = /usr/local/var/log/mongodb/mongodb.log
# logappend = false
# Logging
cpu = true
verbose = true
vvvv = true
#profile = 1
#slowms = 5
# Security
noauth = true
# auth = false
# keyFile = /var/lib/mongodb/key
# Administration & Monitoring
# nohttpinterface = false
# rest = true
# noscripting = false
# notablescan = false
# noprealloc = true
# nssize = 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment