Add mongodb module
This commit is contained in:
parent
72c344aa6e
commit
8312944a50
2 changed files with 61 additions and 0 deletions
13
mongodb/files/mongod.conf
Normal file
13
mongodb/files/mongod.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
bind_ip = 127.0.0.1
|
||||
port = 27017
|
||||
|
||||
auth = true
|
||||
fork = true
|
||||
nohttpinterface = true
|
||||
|
||||
logpath = /var/log/mongodb/mongod.log
|
||||
pidfilepath = /var/run/mongodb/mongod.pid
|
||||
unixSocketPrefix = /var/run/mongodb
|
||||
|
||||
dbpath = /srv/mongodb
|
||||
journal = true
|
Loading…
Add table
Add a link
Reference in a new issue