🐞 fix(config): 修改公测iOS审核服配置

This commit is contained in:
liangtongchuan
2023-04-25 11:46:05 +08:00
parent 734a398519
commit af1f6b9d8c
2 changed files with 10 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ filePath.CONFIG_DIR = '/config';
const adminfilePath = _pinus.DEFAULT_ADMIN_PATH; const adminfilePath = _pinus.DEFAULT_ADMIN_PATH;
adminfilePath.ADMIN_FILENAME = 'adminUser'; adminfilePath.ADMIN_FILENAME = 'adminUser';
adminfilePath.ADMIN_USER = 'config/adminUser'; adminfilePath.ADMIN_USER = 'config/adminUser';
const ALL_ENVS = 'stable|development|alpha|dev|isbn|isbnhk|monitor|monitor2|distribute|sq1|sq3|sq4|sq7|sq9|zy1'; const ALL_ENVS = 'stable|development|alpha|dev|isbn|isbnhk|monitor|monitor2|distribute|sq1|sq3|sq4|sq7|sq9|zy1|yjzios';
/** /**
* 替换全局Promise * 替换全局Promise
* 自动解析sourcemap * 自动解析sourcemap

View File

@@ -230,33 +230,30 @@ export const zy5 = {
// ios提审 // ios提审
export const yjzios = { export const yjzios = {
'connector': [ 'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'yjz-ios-review-game.fdd73.com', 'host': '172.31.237.140', 'clientPort': 3050, 'frontend': true }, { 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'yjz-ios-review-game.fdd73.com', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
], ],
'chat': [ 'chat': [
{ 'id': 'chat-server-1', 'host': '172.31.237.140', 'port': 6050 }, { 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
], ],
'role': [ 'role': [
{ 'id': 'role-server-1', 'host': '172.31.237.140', 'port': 6053 } { 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
], ],
'battle': [ 'battle': [
{ 'id': 'battle-server-1', 'host': '172.31.237.140', 'port': 6054 } { 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
],
'gate': [
{ 'id': 'gate-server-1', 'host': '172.31.237.140', 'clientHost': 'pinus_test.trgame.cn', 'clientPort': 3014, 'frontend': true }
], ],
'gm': [ 'gm': [
{ 'id': 'gm-server-1', 'host': '172.31.237.140', 'port': 6055 } { 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
], ],
'systimer': [ 'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.31.237.140', 'port': 6056 } { 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
], ],
'guild': [ 'guild': [
{ 'id': 'guild-server-1', 'host': '172.31.237.140', 'port': 6061, "args": " --inspect=9239" }, { 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6061, "args": " --inspect=9239" },
], ],
'activity': [ 'activity': [
{ 'id': 'activity-server-1', 'host': '172.31.237.140', 'port': 6059, "args": " --inspect=9241" }, { 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
], ],
'order': [ 'order': [
{ 'id': 'order-server-1', 'host': '172.31.237.140', 'port': 6060, "args": " --inspect=9242" }, { 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
] ]
}; };