mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
286 B
13 lines
286 B
4 years ago
|
dbpath = {$SERVER_PATH}/mongodb/data
|
||
|
logpath = {$SERVER_PATH}/mongodb/logs/mongodb.log
|
||
|
logappend = true
|
||
|
bind_ip = 127.0.0.1
|
||
|
port = 27017
|
||
|
fork = true
|
||
|
auth = false
|
||
|
|
||
|
# 5.0.2 - Master/slave replication is no longer supported
|
||
|
#master = true
|
||
|
|
||
|
pidfilepath = {$SERVER_PATH}/mongodb/mongodb.pid
|