Skip to content

Commit 376f428

Browse files
committed
update:configure file
1 parent ba01462 commit 376f428

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"LogLeave":17
2424
},
2525
"XSql":{
26-
"SQLAddr":"10.0.3.155",
26+
"bEnable":true,
27+
"SQLAddr":"10.0.3.154",
2728
"SQLPort":3306,
2829
"SQLUser":"root",
2930
"SQLPass":"123123"
@@ -61,6 +62,7 @@
6162
}
6263
},
6364
"XVer":[
65+
"3.4.0.1001 Build20240411",
6466
"3.3.0.1001 Build20240308",
6567
"3.2.0.1001 Build20231229",
6668
"3.1.0.1001 Build20231102",

XEngine_Release/XEngine_Config/XEngine_PluginLua.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"PluginEnable":true,
1010
"PluginMethod":"time",
1111
"PluginFile":"./XEngine_LuaPlugin/ModulePlugin_OSTime.lua"
12+
},
13+
{
14+
"PluginEnable":true,
15+
"PluginMethod":"heart",
16+
"PluginFile":"./XEngine_LuaPlugin/ModulePlugin_Heart.lua"
1217
}
1318
]
1419
}

0 commit comments

Comments
 (0)