app-editors/appflowy-bin: add 0.7.4, drop 0.7.3
[gentoo-zh.git] / dev-db / mongodb / files / mongodb.conf-r3
blob83b4cc0589adcd21c531c5990a6897b398d13b05
1 # !! IMPORTANT !!
3 # This file uses the YAML format as described in the documentation:
4 #   http://docs.mongodb.org/manual/reference/configuration-options/
6 storage:
7     dbPath: "/var/lib/mongodb"
8     #engine: wiredTiger
10 systemLog:
11     destination: file
12     path: "/var/log/mongodb/mongodb.log"
13     quiet: true
14     logAppend: true
16 net:
17     port: 27017
18     bindIp: 127.0.0.1
19     #ssl:
20     #    mode: disabled
22 #security:
23     #keyFile:
24     #clusterAuthMode:
26 #replication:
27     #replSetName:
29 # Specifies one of the MongoDB parameters described here:
30 #   http://docs.mongodb.org/manual/reference/parameters/
32 # You can specify multiple setParameter fields such as:
33 #   setParameter: {enableTestCommands: 1}
34 #setParameter: