????
Current Path : C:/opt/mongo/setup/ |
Current File : C:/opt/mongo/setup/mongod.cfg |
# mongod.conf # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/ # Where and how to store data. storage: dbPath: C:\DEV\MongoDB\data # engine: # mmapv1: # wiredTiger: # where to write logging data. systemLog: destination: file logRotate: rename path: C:\DEV\MongoDB\log\mongod.log # network interfaces net: port: 27017 bindIp: localhost,10.82.0.2,mongodb.gdtvietnam.com tls: mode: allowTLS certificateKeyFile: C:\DEV\win-acme\Store\cf.crt CAFile: C:\DEV\win-acme\Store\cf_root.pem allowConnectionsWithoutCertificates: true #processManagement: #security: #operationProfiling: replication: replSetName: "gdt-rs" #sharding: ## Enterprise-Only Options: #auditLog: #snmp: