-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXEngine_Config.json
More file actions
67 lines (67 loc) · 1.6 KB
/
XEngine_Config.json
File metadata and controls
67 lines (67 loc) · 1.6 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"tszIPAddr": "127.0.0.1",
"tszTopic": "XEngine_CommKey",
"bDeamon": 0,
"nTCPPort": 5200,
"nWSPort": 5201,
"nHttpPort": 5202,
"nMQTTPort": 5203,
"XMax": {
"nMaxClient": 10000,
"nMaxQueue": 10000,
"nIOThread": 2,
"nTCPThread": 2,
"nHttpThread": 2,
"nWSThread": 2,
"nMQTTThread": 2
},
"XLog": {
"tszLOGFile": "./XEngine_Log/XEngine_MQServiceApp.Log",
"MaxSize": 1024000,
"MaxCount": 10,
"LogLeave": 32,
"LogType": 17
},
"XSql": {
"SQLAddr": "127.0.0.1",
"SQLPort": 3306,
"SQLUser": "root",
"SQLPass": "123123"
},
"XPass": {
"nTimeout": 2,
"tszPassRegister": "",
"tszPassUNReg": "",
"tszPassLogin": "",
"tszPassLogout": ""
},
"XMemory": {
"bDataQueryEnable": true,
"bDataInsertEnable": true,
"bUserQueryEnable": true,
"nTimeLast": 3600,
"nTimeCount": 0
},
"XVerification": {
"bEnable": false,
"nVType": 1,
"tszAuthPass": ""
},
"XNotify": {
"EmailNotify": {
"bEnable": true,
"tszEMailSubject": "XEngine MessageQueue Notify",
"tszServiceAddr": "smtp://smtp.163.com",
"tszUser": "ggqytgodlove@163.com",
"tszPass": "1"
},
"SMSNotify": {
"bEnable": false
}
},
"XReport": {
"bEnable": true,
"tszServiceName": "XEngine_MQService",
"tszAPIUrl": "http://app.xyry.org:5501/api?function=machine"
}
}