63 lines
1.5 KiB
Plaintext
63 lines
1.5 KiB
Plaintext
GameName= "homeMaJia1"
|
|
|
|
DBInfoConfig=
|
|
{
|
|
host="pc-bp1033q6726yb5e3b.rwlb.rds.aliyuncs.com", --旧的rm-bp1173mvyo2yfu3w8.mysql.rds.aliyuncs.com
|
|
port=3306,
|
|
user="rdsroot",
|
|
password="b2740^D718074",
|
|
playerTableCount = 5
|
|
}
|
|
|
|
RedisConfig=
|
|
{
|
|
host="r-bp15jr6yqu8cmgjkvn.redis.rds.aliyuncs.com",
|
|
port=7001,
|
|
password="7407^D41ea1a7f",
|
|
dbIndex = 0,
|
|
}
|
|
|
|
RedisUser1Config=
|
|
{
|
|
host="r-bp1h350brlktstf6f3.redis.rds.aliyuncs.com",
|
|
port=7001,
|
|
password="7407^D41ea1a7f",
|
|
dbIndex = 0,
|
|
}
|
|
|
|
RedisUser2Config=
|
|
{
|
|
host="r-bp1q1zgwvoyorq6usw.redis.rds.aliyuncs.com",
|
|
port=7001,
|
|
password="7407^D41ea1a7f",
|
|
dbIndex = 0,
|
|
}
|
|
|
|
MongDBConfig =
|
|
{
|
|
host = "dds-bp1286e5013176643.mongodb.rds.aliyuncs.com",
|
|
port = 3717,
|
|
username = "root",
|
|
password = "d9^Db38bbd9e4a",
|
|
authdb = "player",
|
|
}
|
|
|
|
WebConfig =
|
|
{
|
|
host="172.16.79.123",
|
|
port=9822, --线上端口修改为9821
|
|
}
|
|
|
|
BasicConfig =
|
|
{
|
|
isOnline = true, --是否正式服
|
|
isTest = true, --是否开启测试
|
|
isAudit = false, --是否开启审核
|
|
payApiKey = "b5c5b3f9414bdde59e711cf9d75b8346", --充值回调key
|
|
domain1 = "gs.wwjjsvr.chmmeng.cn/Server1", --websocket域名
|
|
domain2 = "gs.wwjjsvr.chmmeng.cn/Server2", --websocket域名
|
|
domain3 = "gs.wwjjsvr.chmmeng.cn/Server3", --websocket域名
|
|
domain4 = "gs.wwjjsvr.chmmeng.cn/Server4", --websocket域名
|
|
domain5 = "gs.wwjjsvr.chmmeng.cn/Server5", --websocket域名
|
|
ossUrl = "myres.ossres.chmmeng.cn", --oss
|
|
} |