Files
chuanqi-server/server/cross/DBServer/DBServerLinux.txt
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

49 lines
861 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.

DBServer = {
--服务器名称
ServerName = "版本验收-数据服(sid=10001)",
ServerIndex = 10001,
--随机生成名字的名字库文件的文件名,相对路径
BoyNameFile = "BoyNameList.dat",
GirlNameFile = "GirlNameList.dat",
utf8=1,
--监听:数据服务
DBService = {
Address = "127.0.0.1",
Port = 42102,
},
--连接:会话服务器
--SessionServer = {
-- Address = "127.0.0.1",
-- Port = 31000,
--},
--连接:日志服务器
LogServer = {
Address = "127.0.0.1",
Port = 34000,
},
--连接:名称服务器
NameServer = {
Address = "127.0.0.1",
Port = 35000,
},
--连接跨服的DB
--DBCenter = {
-- Address = "127.0.0.1",
-- Port = 36000,
--},
--数据库连接配置
SQL = {
Host = "127.0.0.1",
Port = 3307,
DBName = "mir_actor_cross1",
DBUser = "root",
DBPass = "mysql_Adkijc",
}
}