net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / dev-db / mongodb / files / mongos.conf-r2
blobfc0068962cfda959b2057683ff6704b06b2cbf7e
1 # !! IMPORTANT !!
3 # This file uses the YAML format as described in the documentation:
4 #   http://docs.mongodb.org/manual/reference/configuration-options/
6 systemLog:
7     destination: file
8     path: "/var/log/mongodb/mongos.log"
9     quiet: true
10     logAppend: true
12 net:
13     port: 27017
14     bindIp: 127.0.0.1
15     ssl:
16         mode: disabled
18 #security:
19     #keyFile:
20     #clusterAuthMode:
22 #sharding:
23     #configDB:
25 # Specifies one of the MongoDB parameters described here:
26 #   http://docs.mongodb.org/manual/reference/parameters/
28 # You can specify multiple setParameter fields such as:
29 #   setParameter: {enableTestCommands: 1}
30 #setParameter: