测试服启动

This commit is contained in:
root
2024-12-16 20:45:03 +08:00
parent 00ee9dd8ea
commit 764ae3c97c
1884 changed files with 6 additions and 6 deletions

4
Gateway/GateWay.txt Normal file → Executable file
View File

@@ -5,14 +5,14 @@ GateServer = {
LocalService = {
ServerName = "版本验收-网关服(sid=1001)",
Address = "0.0.0.0",
Port = 9001,
Port = 10317,
MaxSession = 8192, --网关中客户端连接池的最大连接数
SendThreadCount = 2, --数据发送线程池中工作线程数量
},
--后台服务器的地址和端口
BackServer = {
Host = "127.0.0.1",
Port = 23101,
Port = 10318,
},
},
}

0
Gateway/gateway_r Normal file → Executable file
View File

0
Gateway/memory.txt Normal file → Executable file
View File