From eab4fd5da37991706b266e1ba31c8f6f600f1538 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 13 Dec 2024 17:35:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor(server):=20=E5=90=AF=E7=94=A8=20LocalL?= =?UTF-8?q?og=20=E6=9C=8D=E5=8A=A1=E5=99=A8=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -恢复了 LocalLog 服务器的连接配置 - 设置 LocalLog服务器地址为 127.0.0.1,端口为 33101 --- server/s1/LogicServer/LogicServerLinux.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/s1/LogicServer/LogicServerLinux.txt b/server/s1/LogicServer/LogicServerLinux.txt index b352bc9..fb31b8c 100644 --- a/server/s1/LogicServer/LogicServerLinux.txt +++ b/server/s1/LogicServer/LogicServerLinux.txt @@ -18,10 +18,10 @@ LogicServer = { }, --连接:LocalLog服务器 - --LocalLogServer = { - --Address = "127.0.0.1", - --Port = 33101, - --}, + LocalLogServer = { + Address = "127.0.0.1", + Port = 33101, + }, --连接:会话服务器 SessionServer = {