mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
269 B
Text
9 lines
269 B
Text
# 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
|
|
storageEngine = mmapv1
|