Files
chuanqi-server-instance/Gateway/GateWay.txt

17 lines
667 B
Plaintext
Raw Normal View History

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