Simple Linux Panel
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.
mdserver-web/plugins/mongodb/config/mongodb.conf

19 lines
403 B

1 year ago
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
1 year ago
path: {$SERVER_PATH}/mongodb/logs/mongodb.log
replication:
oplogSizeMB: 2048