mongodb: Removed unused module

This commit is contained in:
Ossi Salmi 2014-05-15 14:11:58 +03:00
parent 20dba2daf3
commit e925312cc7
2 changed files with 0 additions and 84 deletions

View file

@ -1,21 +0,0 @@
# mongodb.conf
dbpath=/srv/mongodb
pidfilepath=/var/run/mongodb/mongodb.pid
# where to log
logpath=/var/log/mongodb/mongodb.log
logappend = true
# fork and run in background
fork = true
# bind to localhost
bind_ip = 127.0.0.1
port = 27017
# Turn on/off security. Off is currently the default
auth = true
# Verbose logging output.
verbose = true