mongodb: Removed unused module
This commit is contained in:
parent
20dba2daf3
commit
e925312cc7
2 changed files with 0 additions and 84 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue