forked from sepalani/MH3SP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
51 lines (47 loc) · 704 Bytes
/
config.ini
File metadata and controls
51 lines (47 loc) · 704 Bytes
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
44
45
46
47
48
49
50
51
[SSL]
DefaultCert = cert/server.crt
DefaultKey = cert/server.key
[OPN]
IP = 0.0.0.0
Port = 8200
Name = OpnServer
UseSSL = ON
SSLCert =
SSLKey =
LogFilename = opn_server.log
LogToConsole = ON
LogToFile = ON
LogToWindow = ON
[LMP]
IP = 0.0.0.0
Port = 8201
Name = LmpServer
UseSSL = OFF
SSLCert =
SSLKey =
LogFilename = lmp_server.log
LogToConsole = ON
LogToFile = ON
LogToWindow = ON
[FMP]
IP = 0.0.0.0
Port = 8202
Name = FmpServer
UseSSL = OFF
SSLCert =
SSLKey =
LogFilename = fmp_server.log
LogToConsole = ON
LogToFile = ON
LogToWindow = ON
[RFP]
IP = 0.0.0.0
Port = 8203
Name = RfpServer
UseSSL = OFF
SSLCert =
SSLKey =
LogFilename = rfp_server.log
LogToConsole = ON
LogToFile = ON
LogToWindow = ON