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.
19 lines
403 B
19 lines
403 B
net:
|
|
bindIp: 127.0.0.1
|
|
port: 27017
|
|
processManagement:
|
|
fork: true
|
|
pidFilePath: {$SERVER_PATH}/mongodb/mongodb.pid
|
|
security:
|
|
authorization: disabled
|
|
javascriptEnabled: false
|
|
storage:
|
|
dbPath: {$SERVER_PATH}/mongodb/data
|
|
directoryPerDB: true
|
|
systemLog:
|
|
destination: file
|
|
logAppend: true
|
|
logRotate: reopen
|
|
path: {$SERVER_PATH}/mongodb/logs/mongodb.log
|
|
replication:
|
|
oplogSizeMB: 2048 |