summarylogtreecommitdiffstats
path: root/mongodb.conf
blob: c5272b7f2df31e85d6c282c3b958dc5a593c6338 (plain)
1
2
3
4
5
6
7
8
# See http://www.mongodb.org/display/DOCS/File+Based+Configuration for format details
# Run mongod --help to see a list of options

bind_ip = 127.0.0.1
quiet = true
dbpath = /var/lib/mongodb
logpath = /var/log/mongodb/mongod.log
logappend = true