27 lines
372 B
Plaintext
27 lines
372 B
Plaintext
DBInfoConfig=
|
|
{
|
|
host="192.168.50.110",
|
|
port=3306,
|
|
user="root",
|
|
password="Qq5201530300",
|
|
playerTableCount = 2,
|
|
}
|
|
|
|
RedisConfig=
|
|
{
|
|
host="192.168.50.110",
|
|
port=6379,
|
|
}
|
|
|
|
WebConfig =
|
|
{
|
|
host="192.168.50.112",
|
|
port=9821, --线上端口修改为9821
|
|
}
|
|
|
|
BasicConfig =
|
|
{
|
|
isOnline = false, --是否正式服
|
|
isAudit = false, --是否开启审核
|
|
}
|