Files
chuanqi-server-instance/Gateway/GateWay.txt
aixianling d91c3d8d8a refactor(dev): 调整开发环境配置
- 修改 GateWay 配置文件中的后台服务器端口
- 更新 Docker Compose 文件,增加 Logic 服务并调整相关配置
2025-01-10 16:19:07 +08:00

17 lines
667 B
Plaintext
Executable File

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