Skip to content

Commit 8a47b4f

Browse files
committed
update:configure and make file
1 parent 8dac180 commit 8a47b4f

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"LogType": 17
2424
},
2525
"XSql": {
26-
"SQLAddr": "127.0.0.1",
26+
"SQLAddr": "118.25.14.242",
2727
"SQLPort": 3306,
2828
"SQLUser": "root",
29-
"SQLPass": "123123"
29+
"SQLPass": "123123Qyt!"
3030
},
3131
"XPass": {
3232
"nTimeout": 2,
@@ -53,7 +53,7 @@
5353
"tszEMailSubject": "XEngine MessageQueue Notify",
5454
"tszServiceAddr": "smtp://smtp.163.com",
5555
"tszUser": "ggqytgodlove@163.com",
56-
"tszPass": "1"
56+
"tszPass": "STZsBi3uuJvWsWL3"
5757
},
5858
"SMSNotify": {
5959
"bEnable": false
@@ -63,5 +63,10 @@
6363
"bEnable": true,
6464
"tszServiceName": "XEngine_MQService",
6565
"tszAPIUrl": "http://app.xyry.org:5501/api?function=machine"
66+
},
67+
"XCryption": {
68+
"bEnable": true,
69+
"nCryptionType": 1,
70+
"tszPassword": "123123aa"
6671
}
6772
}

XEngine_Source/XEngine_MQServiceApp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PLATVER =
33
LOADHDR = -I ./
44
LOADSO = -L ../MQCore_ConfigModule -L ../MQCore_ProtocolModule -L ../MQCore_SessionModule -L ../MQCore_MemoryCache -L ../MQCore_DBModule -L ../MQCore_HelpModule \
55
-L ../XEngine_DependLibrary/XEngine_Module/jsoncpp -L ../XEngine_DependLibrary/XEngine_Module/XEngine_InfoReport -L ../XEngine_DependLibrary/XEngine_Module/XEngine_Token -L ../XEngine_DependLibrary/XEngine_Module/XEngine_Verification -L ../XEngine_DependLibrary/XEngine_Module/XEngine_MSGNotify
6-
LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lXClient_APIHelp -lNetHelp_APIAddr -lXEngine_SystemApi -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_WSProtocol -lRfcComponents_HttpProtocol -lRfcComponents_MQTTProtocol \
6+
LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lXEngine_Cryption -lXClient_APIHelp -lNetHelp_APIAddr -lXEngine_SystemApi -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_WSProtocol -lRfcComponents_HttpProtocol -lRfcComponents_MQTTProtocol \
77
-lMQCore_ConfigModule -lMQCore_ProtocolModule -lMQCore_SessionModule -lMQCore_MemoryCache -lMQCore_DBModule -lMQCore_HelpModule \
88
-ljsoncpp -lXEngine_InfoReport -lXEngine_Token -lXEngine_Verification -lXEngine_MSGNotify
99
LIBEX =

0 commit comments

Comments
 (0)