-
Notifications
You must be signed in to change notification settings - Fork 0
/
mongod.cfg
43 lines (29 loc) · 910 Bytes
/
mongod.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
systemLog:
path: D:\MongoDB\MongoDBWS\log\mongodb.log
destination: file
processManagement:
windowsService:
serviceName: MongoDBService
displayName: MongoDBService
description: MongoDB 8.X Service(MongoDBService)
net:
port: 27777
bindIpAll: true
ipv6: true
tls:
mode: requireTLS
certificateKeyFile: D:\MongoDB\App\bin\ssl\MongoDBSSL001_Servers_CA.pem
clusterFile: D:\MongoDB\App\bin\ssl\MongoDBSSL001_Servers_CA.pem
CAFile: D:\MongoDB\App\bin\ssl\MongoDBSSL001_Root_CA.pem
clusterCAFile: D:\MongoDB\App\bin\ssl\MongoDBSSL001_Root_CA.pem
allowConnectionsWithoutCertificates: false
allowInvalidCertificates: false
allowInvalidHostnames: false
logVersions: TLS1_0,TLS1_1,TLS1_2,TLS1_3
security:
javascriptEnabled: true
clusterAuthMode: x509
authorization: enabled
storage:
dbPath: D:\MongoDB\MongoDBWS\data
directoryPerDB: true