refactor(server): 启用 LocalLog 服务器连接

-恢复了 LocalLog 服务器的连接配置
- 设置 LocalLog服务器地址为 127.0.0.1,端口为 33101
This commit is contained in:
aixianling
2024-12-13 17:35:28 +08:00
parent 73d688b685
commit eab4fd5da3

View File

@@ -18,10 +18,10 @@ LogicServer = {
},
--连接LocalLog服务器
--LocalLogServer = {
--Address = "127.0.0.1",
--Port = 33101,
--},
LocalLogServer = {
Address = "127.0.0.1",
Port = 33101,
},
--连接:会话服务器
SessionServer = {