mongodb 配置文件

systemLog:
destination : file
path : /var/log/mongodb/mongod.log
logAppend : true
storage:
journal:
enabled: true
engine: wiredTiger
dbPath: /data/mongodb/data/db/
directoryPerDB: true
wiredTiger:
engineConfig:
directoryForIndexes: true
collectionConfig:
blockCompressor: zlib
indexConfig:
prefixCompression: true
processManagement:
fork: true
net:
bindIp: 192.168.1.111
port: 11111
security:
authorization: enabled