参考:
https://docs.mongodb.com/manual/reference/configuration-options/
https://www.cnblogs.com/luo630/p/9447795.html
https://www.cnblogs.com/bonelee/p/8366050.html
YAML格式注意事项:
https://blog.csdn.net/zhao_5352269/article/details/88951863
个人配置:
systemLog:
destination: file
path: "/usr/local/mongodb/logs/mongod.log"
logAppend: true
storage:
dbPath:"/usr/local/mongodb/data/db"
journal:
enabled: true
wiredTiger:
engineConfig:
configString: cache_size=512M
processManagement:
fork: true
net:
bindIp: 0.0.0.0
port: 27018
security:
authorization: enabled