Files
chuanqi-server/server/build/SessionServer/SessionServerLinux.txt
2024-12-15 14:54:42 +08:00

51 lines
735 B
Plaintext
Executable File
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 = 3307,
DBName = "mir_account",
DBUser = "root",
DBPass = "mysql_Adkijc",
}
}