Last active
August 29, 2015 14:23
-
-
Save treerao/d6b97624f80bf1256671 to your computer and use it in GitHub Desktop.
Moving to Mongo 3.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
storage: | |
dbPath: "/data/db_wt" | |
engine: "wiredTiger" | |
wiredTiger: | |
engineConfig: | |
cacheSizeGB: 8 | |
collectionConfig: | |
blockCompressor: snappy | |
systemLog: | |
destination: file | |
path: "/var/log/mongodb/mongodb.log" | |
logAppend: true | |
timeStampFormat: iso8601-utc | |
processManagement: | |
fork: true | |
pidFilePath: "/var/run/mongodb/mongod.pid" | |
net: | |
bindIp: 127.0.0.1 | |
port: 27017 | |
wireObjectCheck : false | |
unixDomainSocket: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment