上传压测服务器

This commit is contained in:
liwei1dao 2023-09-05 10:59:17 +08:00
parent 59fb1e3395
commit d3980e176a
2 changed files with 41 additions and 78 deletions

View File

@ -1,86 +1,14 @@
{
"dev": {
"AreaId": "20",
"ServerName": "crosserver-dev",
"yc": {
"AreaId": "yc02",
"ServerName": "压测服务器跨服",
"RedisIsCluster": false,
"RedisAddr": [
"101.35.121.71:6379"
"172.17.0.25:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 2,
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
"MongodbDatabase": "dreamworks_s20"
},
"zsy": {
"AreaId": "40",
"ServerName": "crosserver-zsy",
"RedisIsCluster": false,
"RedisAddr": [
"101.35.121.71:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 4,
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
"MongodbDatabase": "dreamworks_s40"
},
"qa": {
"AreaId": "80",
"ServerName": "crosserver-qa",
"RedisIsCluster": false,
"RedisAddr": [
"101.35.121.71:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 8,
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
"MongodbDatabase": "dreamworks_s80"
},
"qzsy": {
"AreaId": "100",
"ServerName": "DW-03",
"RedisIsCluster": false,
"RedisAddr": [
"101.35.121.71:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 10,
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
"MongodbDatabase": "dreamworks_s100"
},
"ts": {
"AreaId": "120",
"ServerName": "crosserver-ts",
"RedisIsCluster": false,
"RedisAddr": [
"101.35.121.71:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 12,
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
"MongodbDatabase": "dreamworks_s120"
},
"banshu": {
"AreaId": "140",
"ServerName": "跨服逻辑-banshu",
"RedisIsCluster": false,
"RedisAddr": [
"60.204.151.214:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 1,
"MongodbUrl": "mongodb://root:iamciniao@60.204.151.214:27017",
"MongodbDatabase": "dreamworks_s140"
},
"bs": {
"AreaId": "160",
"ServerName": "版署测试跨服",
"RedisIsCluster": false,
"RedisAddr": [
"101.35.121.71:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 14,
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
"MongodbDatabase": "dreamworks_s160"
"MongodbUrl": "mongodb://root:iamciniao@172.17.0.25:27017",
"MongodbDatabase": "dreamworks_yc02"
}
}

35
gm.json Normal file
View File

@ -0,0 +1,35 @@
{
"AreaId": "yc01",
"AreaName":"压测服务器",
"OpenServiceTime":"2023-03-29 18:54:43",
"OpenGM":true,
"Loglevel": 5,
"MaxAgeTime": 7,
"ConsulAddr": [
"172.17.0.25:8500"
],
"IsCross": false,
"BelongCrossServerId": "yc",
"LoaclDB": {
"RedisIsCluster": false,
"RedisAddr": [
"172.17.0.25:6379"
],
"RedisPassword": "iamciniao",
"RedisDB": 9,
"MongodbUrl": "mongodb://root:iamciniao@172.17.0.25:27017",
"MongodbDatabase": "dreamworks_s90"
},
"Mainte": "172.17.0.25:5078",
"MaintePort": 5079,
"Gateways": [
"172.17.0.25:6078"
],
"GatewayPorts": [
6079
],
"Workers": [
"172.17.0.25:7390","172.17.0.25:7391"
],
"BattleAddr": "ws://172.17.0.25:9896"
}