Files
chuanqi-server-instance/buildConfig/SessionServerLinux.txt
kubbo 971de6ec9f build: 添加服务器构建配置文件映射
- 在 Docker Compose 文件中添加了多个服务器构建配置文件的卷映射
- 包括 AMServer、BackStageServer、LoggerServer、NameServer 和 SessionServer 的 Linux 构建配置文件
- 这些配置文件映射将允许在容器中进行服务器构建和配置
2025-05-17 09:39:56 +08:00

51 lines
739 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SessionServer =
{
--服务器名称
ServerName = "会话服(sid=1)",
--SPID运营商ID定义
SPID = "wyi2",
spguid = 1,
fcmOpen=false,
checksign=0,
autoaccount = 1,
autocard = 1,
phptime = 1200,
--监听:会话服务器
SessionService =
{
Address = "0.0.0.0",
Port = 31000
},
--监听:网关服务器(无用)
GateService =
{
Address = "0.0.0.0",
Port = 21001
},
--连接Log服务器
LogServer =
{
Host = "127.0.0.1",
Port = 34000
},
--连接AM服务器
AMServer =
{
Host = "127.0.0.1",
Port = 5660
},
--数据库连接配置
SQL =
{
Host = "127.0.0.1",
Port = 3306,
DBName = "mir_account",
DBUser = "root",
DBPass = "85b5c930502992d4",
}
}