## content systemLog: destination: file logAppend: false #path: /www/server/mongodb/log/config.log path: /dev/null # Where and how to store data. storage: dbPath: /www/server/mongodb/data directoryPerDB: true engine: wiredTiger wiredTiger: engineConfig: cacheSizeGB: 15 journal: enabled: true # how the process runs processManagement: fork: true pidFilePath: /www/server/mongodb/log/configsvr.pid # network interfaces net: port: 27017 bindIp: 127.0.0.1 #operationProfiling: #replication: # replSetName: bt_main security: authorization: disabled javascriptEnabled: false #sharding: # clusterRole: shardsvr