Add MongoDB 3.4
[unleashed-userland.git] / components / database / mongodb-34 / files / mongod.conf
blob42c5c6f11819f68d22f155e504faa6b2c823dd57
1 # mongod.conf
3 # for documentation of all options, see:
4 #   http://docs.mongodb.org/manual/reference/configuration-options/
6 # Where and how to store data.
7 storage:
8   dbPath: /var/mongodb/3.4/data
9   journal:
10     enabled: true
11 #  engine:
12 #  mmapv1:
13 #  wiredTiger:
15 # where to write logging data.
16 systemLog:
17   destination: file
18   logAppend: true
19   path: /var/mongodb/3.4/log/mongod.log
21 # network interfaces
22 net:
23   port: 27017
24   bindIp: 127.0.0.1
27 #processManagement:
29 #security:
31 #operationProfiling:
33 #replication:
35 #sharding:
37 ## Enterprise-Only Options:
39 #auditLog:
41 #snmp: