refactor(server): 启用 LocalLog 服务器连接
-恢复了 LocalLog 服务器的连接配置 - 设置 LocalLog服务器地址为 127.0.0.1,端口为 33101
This commit is contained in:
@@ -18,10 +18,10 @@ LogicServer = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
--连接:LocalLog服务器
|
--连接:LocalLog服务器
|
||||||
--LocalLogServer = {
|
LocalLogServer = {
|
||||||
--Address = "127.0.0.1",
|
Address = "127.0.0.1",
|
||||||
--Port = 33101,
|
Port = 33101,
|
||||||
--},
|
},
|
||||||
|
|
||||||
--连接:会话服务器
|
--连接:会话服务器
|
||||||
SessionServer = {
|
SessionServer = {
|
||||||
|
|||||||
Reference in New Issue
Block a user