| 1234567891011121314151617 |
- net:
- bindIpAll: true
- port: 27017
- storage:
- dbPath: "/opt/mongo/store/data"
- directoryPerDB: true
- systemLog:
- destination: file
- path: "/opt/mongo/store/logs/mongo.log"
- logAppend: true
- security:
- keyFile: "/opt/mongo/key/keyfile"
- authorization: enabled
- replication:
- oplogSizeMB: 300
- sharding:
- clusterRole: shardsvr
|