puppet/mongodb/files/mongodb.conf
2012-07-17 16:40:53 +03:00

23 lines
386 B
Text

# mongodb.conf
#where to log
logpath=/var/log/mongodb/mongodb.log
# fork and run in background
fork = true
bind_ip = 127.0.0.1
port = 27017
dbpath=/srv/mongodb
pidfilepath=/var/run/mongodb/mongodb.pid
# Enables periodic logging of CPU utilization and I/O wait
cpu = true
# Turn on/off security. Off is currently the default
auth = true
# Verbose logging output.
verbose = true