34 lines
1.1 KiB
TypeScript
34 lines
1.1 KiB
TypeScript
// ios提审
|
|
export const yjzios = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'yjz-ios-review-game.fdd73.com', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
|
|
],
|
|
'comBattle': [
|
|
{ 'id': 'comBattle-server-1', 'host': '127.0.0.1', 'port': 6091 }
|
|
],
|
|
'gm': [
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
|
|
],
|
|
'systimer': [
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
|
|
],
|
|
'guild': [
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6061, "args": " --inspect=9239" },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
]
|
|
};
|