500 lines
27 KiB
TypeScript
500 lines
27 KiB
TypeScript
// 自营服务器 1 配置
|
|
export const zy1 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-1', 'port': 4051, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-2', 'port': 4052, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-3', 'port': 4053, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-4', 'port': 4054, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-5', 'port': 4055, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-6', 'port': 4056, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-1', 'host': '172.16.4.140', 'port': 6011 },
|
|
{ 'id': 'chat-server-2', 'host': '172.16.4.140', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-1', 'host': '172.16.4.140', 'port': 6021 },
|
|
{ 'id': 'role-server-2', 'host': '172.16.4.140', 'port': 6022 },
|
|
{ 'id': 'role-server-3', 'host': '172.16.4.140', 'port': 6023 },
|
|
{ 'id': 'role-server-4', 'host': '172.16.4.140', 'port': 6024 },
|
|
{ 'id': 'role-server-5', 'host': '172.16.4.140', 'port': 6025 },
|
|
{ 'id': 'role-server-6', 'host': '172.16.4.140', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-1', 'host': '172.16.4.140', 'port': 6031 },
|
|
{ 'id': 'battle-server-2', 'host': '172.16.4.140', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-1', 'host': '172.16.4.140', 'port': 6041 },
|
|
{ 'id': 'guild-server-2', 'host': '172.16.4.140', 'port': 6042 },
|
|
{ 'id': 'guild-server-3', 'host': '172.16.4.140', 'port': 6043 },
|
|
{ 'id': 'guild-server-4', 'host': '172.16.4.140', 'port': 6044 },
|
|
{ 'id': 'guild-server-5', 'host': '172.16.4.140', 'port': 6045 },
|
|
{ 'id': 'guild-server-6', 'host': '172.16.4.140', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-1', 'host': '172.16.4.140', 'port': 6051 },
|
|
{ 'id': 'activity-server-2', 'host': '172.16.4.140', 'port': 6052 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-1', 'host': '172.16.4.140', 'port': 6061 },
|
|
{ 'id': 'order-server-2', 'host': '172.16.4.140', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 2 配置
|
|
export const zy2 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-7', 'port': 4051, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-8', 'port': 4052, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-9', 'port': 4053, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-10', 'port': 4054, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3054, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-3', 'host': '172.16.4.146', 'port': 6011 },
|
|
{ 'id': 'chat-server-4', 'host': '172.16.4.146', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-7', 'host': '172.16.4.146', 'port': 6021 },
|
|
{ 'id': 'role-server-8', 'host': '172.16.4.146', 'port': 6022 },
|
|
{ 'id': 'role-server-9', 'host': '172.16.4.146', 'port': 6023 },
|
|
{ 'id': 'role-server-10', 'host': '172.16.4.146', 'port': 6024 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-3', 'host': '172.16.4.146', 'port': 6031 },
|
|
{ 'id': 'battle-server-4', 'host': '172.16.4.146', 'port': 6032 },
|
|
{ 'id': 'battle-server-5', 'host': '172.16.4.146', 'port': 6033 },
|
|
{ 'id': 'battle-server-6', 'host': '172.16.4.146', 'port': 6034 },
|
|
],
|
|
'gm': [
|
|
{ 'id': 'gm-server-1', 'host': '172.16.4.146', 'port': 6071 },
|
|
],
|
|
'systimer': [
|
|
{ 'id': 'systimer-server-1', 'host': '172.16.4.146', 'port': 6081 },
|
|
],
|
|
'guild': [],
|
|
'activity': [
|
|
{ 'id': 'activity-server-3', 'host': '172.16.4.146', 'port': 6051 },
|
|
{ 'id': 'activity-server-4', 'host': '172.16.4.146', 'port': 6052 },
|
|
{ 'id': 'activity-server-5', 'host': '172.16.4.146', 'port': 6053 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-3', 'host': '172.16.4.146', 'port': 6061 },
|
|
{ 'id': 'order-server-4', 'host': '172.16.4.146', 'port': 6062 },
|
|
],
|
|
};
|
|
|
|
// 自营服务器 3 配置
|
|
export const zy3 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-11', 'port': 4051, 'clientHost': 'yjz-zy-game3.fdd73.com', 'host': '172.16.4.142', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-12', 'port': 4052, 'clientHost': 'yjz-zy-game3.fdd73.com', 'host': '172.16.4.142', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'yjz-zy-game3.fdd73.com', 'host': '172.16.4.142', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-5', 'host': '172.16.4.142', 'port': 6011 },
|
|
{ 'id': 'chat-server-6', 'host': '172.16.4.142', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-11', 'host': '172.16.4.142', 'port': 6021 },
|
|
{ 'id': 'role-server-12', 'host': '172.16.4.142', 'port': 6022 },
|
|
{ 'id': 'role-server-13', 'host': '172.16.4.142', 'port': 6023 },
|
|
{ 'id': 'role-server-14', 'host': '172.16.4.142', 'port': 6024 },
|
|
{ 'id': 'role-server-15', 'host': '172.16.4.142', 'port': 6025 },
|
|
{ 'id': 'role-server-16', 'host': '172.16.4.142', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-7', 'host': '172.16.4.142', 'port': 6031 },
|
|
{ 'id': 'battle-server-8', 'host': '172.16.4.142', 'port': 6032 },
|
|
{ 'id': 'battle-server-9', 'host': '172.16.4.142', 'port': 6033 },
|
|
{ 'id': 'battle-server-10', 'host': '172.16.4.142', 'port': 6034 },
|
|
],
|
|
'gm': [
|
|
{ 'id': 'gm-server-2', 'host': '172.16.4.142', 'port': 6071 },
|
|
{ 'id': 'gm-server-3', 'host': '172.16.4.142', 'port': 6072 },
|
|
],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-7', 'host': '172.16.4.142', 'port': 6041 },
|
|
{ 'id': 'guild-server-8', 'host': '172.16.4.142', 'port': 6042 },
|
|
{ 'id': 'guild-server-9', 'host': '172.16.4.142', 'port': 6043 },
|
|
{ 'id': 'guild-server-10', 'host': '172.16.4.142', 'port': 6044 },
|
|
{ 'id': 'guild-server-11', 'host': '172.16.4.142', 'port': 6045 },
|
|
{ 'id': 'guild-server-12', 'host': '172.16.4.142', 'port': 6046 },
|
|
],
|
|
'activity': [],
|
|
'order': [
|
|
{ 'id': 'order-server-5', 'host': '172.16.4.142', 'port': 6061 },
|
|
{ 'id': 'order-server-6', 'host': '172.16.4.142', 'port': 6062 },
|
|
],
|
|
};
|
|
|
|
// 自营服务器 4 配置
|
|
export const zy4 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-13', 'port': 4051, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-14', 'port': 4052, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-15', 'port': 4053, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-16', 'port': 4054, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-17', 'port': 4055, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-18', 'port': 4056, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3056, 'frontend': true },
|
|
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-7', 'host': '172.16.4.145', 'port': 6011 },
|
|
{ 'id': 'chat-server-8', 'host': '172.16.4.145', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-17', 'host': '172.16.4.145', 'port': 6021 },
|
|
{ 'id': 'role-server-18', 'host': '172.16.4.145', 'port': 6022 },
|
|
{ 'id': 'role-server-19', 'host': '172.16.4.145', 'port': 6023 },
|
|
{ 'id': 'role-server-20', 'host': '172.16.4.145', 'port': 6024 },
|
|
{ 'id': 'role-server-21', 'host': '172.16.4.145', 'port': 6025 },
|
|
{ 'id': 'role-server-22', 'host': '172.16.4.145', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-11', 'host': '172.16.4.145', 'port': 6031 },
|
|
{ 'id': 'battle-server-12', 'host': '172.16.4.145', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-13', 'host': '172.16.4.145', 'port': 6041 },
|
|
{ 'id': 'guild-server-14', 'host': '172.16.4.145', 'port': 6042 },
|
|
{ 'id': 'guild-server-15', 'host': '172.16.4.145', 'port': 6043 },
|
|
{ 'id': 'guild-server-16', 'host': '172.16.4.145', 'port': 6044 },
|
|
{ 'id': 'guild-server-17', 'host': '172.16.4.145', 'port': 6045 },
|
|
{ 'id': 'guild-server-18', 'host': '172.16.4.145', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-6', 'host': '172.16.4.145', 'port': 6051 },
|
|
{ 'id': 'activity-server-7', 'host': '172.16.4.145', 'port': 6052 },
|
|
{ 'id': 'activity-server-8', 'host': '172.16.4.145', 'port': 6053 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-7', 'host': '172.16.4.145', 'port': 6061 },
|
|
{ 'id': 'order-server-8', 'host': '172.16.4.145', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 5 配置
|
|
export const zy5 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-19', 'port': 4051, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-20', 'port': 4052, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-21', 'port': 4053, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-22', 'port': 4054, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-23', 'port': 4055, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-24', 'port': 4056, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-9', 'host': '172.16.4.141', 'port': 6011 },
|
|
{ 'id': 'chat-server-10', 'host': '172.16.4.141', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-23', 'host': '172.16.4.141', 'port': 6021 },
|
|
{ 'id': 'role-server-24', 'host': '172.16.4.141', 'port': 6022 },
|
|
{ 'id': 'role-server-25', 'host': '172.16.4.141', 'port': 6023 },
|
|
{ 'id': 'role-server-26', 'host': '172.16.4.141', 'port': 6024 },
|
|
{ 'id': 'role-server-27', 'host': '172.16.4.141', 'port': 6025 },
|
|
{ 'id': 'role-server-28', 'host': '172.16.4.141', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-13', 'host': '172.16.4.141', 'port': 6031 },
|
|
{ 'id': 'battle-server-14', 'host': '172.16.4.141', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-19', 'host': '172.16.4.141', 'port': 6041 },
|
|
{ 'id': 'guild-server-20', 'host': '172.16.4.141', 'port': 6042 },
|
|
{ 'id': 'guild-server-21', 'host': '172.16.4.141', 'port': 6043 },
|
|
{ 'id': 'guild-server-22', 'host': '172.16.4.141', 'port': 6044 },
|
|
{ 'id': 'guild-server-23', 'host': '172.16.4.141', 'port': 6045 },
|
|
{ 'id': 'guild-server-24', 'host': '172.16.4.141', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-9', 'host': '172.16.4.141', 'port': 6051 },
|
|
{ 'id': 'activity-server-10', 'host': '172.16.4.141', 'port': 6052 },
|
|
{ 'id': 'activity-server-11', 'host': '172.16.4.141', 'port': 6053 },
|
|
{ 'id': 'activity-server-12', 'host': '172.16.4.141', 'port': 6054 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-9', 'host': '172.16.4.141', 'port': 6061 },
|
|
{ 'id': 'order-server-10', 'host': '172.16.4.141', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 6 配置
|
|
export const zy6 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-25', 'port': 4051, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-26', 'port': 4052, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-27', 'port': 4053, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-28', 'port': 4054, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-29', 'port': 4055, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-30', 'port': 4056, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-11', 'host': '172.16.4.174', 'port': 6011 },
|
|
{ 'id': 'chat-server-12', 'host': '172.16.4.174', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-29', 'host': '172.16.4.174', 'port': 6021 },
|
|
{ 'id': 'role-server-30', 'host': '172.16.4.174', 'port': 6022 },
|
|
{ 'id': 'role-server-31', 'host': '172.16.4.174', 'port': 6023 },
|
|
{ 'id': 'role-server-32', 'host': '172.16.4.174', 'port': 6024 },
|
|
{ 'id': 'role-server-33', 'host': '172.16.4.174', 'port': 6025 },
|
|
{ 'id': 'role-server-34', 'host': '172.16.4.174', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-15', 'host': '172.16.4.174', 'port': 6031 },
|
|
{ 'id': 'battle-server-16', 'host': '172.16.4.174', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-25', 'host': '172.16.4.174', 'port': 6041 },
|
|
{ 'id': 'guild-server-26', 'host': '172.16.4.174', 'port': 6042 },
|
|
{ 'id': 'guild-server-27', 'host': '172.16.4.174', 'port': 6043 },
|
|
{ 'id': 'guild-server-28', 'host': '172.16.4.174', 'port': 6044 },
|
|
{ 'id': 'guild-server-29', 'host': '172.16.4.174', 'port': 6045 },
|
|
{ 'id': 'guild-server-30', 'host': '172.16.4.174', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-13', 'host': '172.16.4.174', 'port': 6051 },
|
|
{ 'id': 'activity-server-14', 'host': '172.16.4.174', 'port': 6052 },
|
|
{ 'id': 'activity-server-15', 'host': '172.16.4.174', 'port': 6053 },
|
|
{ 'id': 'activity-server-16', 'host': '172.16.4.174', 'port': 6054 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-11', 'host': '172.16.4.174', 'port': 6061 },
|
|
{ 'id': 'order-server-12', 'host': '172.16.4.174', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 7 配置
|
|
export const zy7 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-31', 'port': 4051, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-32', 'port': 4052, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-33', 'port': 4053, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-34', 'port': 4054, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-35', 'port': 4055, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-36', 'port': 4056, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-13', 'host': '172.16.4.173', 'port': 6011 },
|
|
{ 'id': 'chat-server-14', 'host': '172.16.4.173', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-35', 'host': '172.16.4.173', 'port': 6021 },
|
|
{ 'id': 'role-server-36', 'host': '172.16.4.173', 'port': 6022 },
|
|
{ 'id': 'role-server-37', 'host': '172.16.4.173', 'port': 6023 },
|
|
{ 'id': 'role-server-38', 'host': '172.16.4.173', 'port': 6024 },
|
|
{ 'id': 'role-server-39', 'host': '172.16.4.173', 'port': 6025 },
|
|
{ 'id': 'role-server-40', 'host': '172.16.4.173', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-17', 'host': '172.16.4.173', 'port': 6031 },
|
|
{ 'id': 'battle-server-18', 'host': '172.16.4.173', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-31', 'host': '172.16.4.173', 'port': 6041 },
|
|
{ 'id': 'guild-server-32', 'host': '172.16.4.173', 'port': 6042 },
|
|
{ 'id': 'guild-server-33', 'host': '172.16.4.173', 'port': 6043 },
|
|
{ 'id': 'guild-server-34', 'host': '172.16.4.173', 'port': 6044 },
|
|
{ 'id': 'guild-server-35', 'host': '172.16.4.173', 'port': 6045 },
|
|
{ 'id': 'guild-server-36', 'host': '172.16.4.173', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-17', 'host': '172.16.4.173', 'port': 6051 },
|
|
{ 'id': 'activity-server-18', 'host': '172.16.4.173', 'port': 6052 },
|
|
{ 'id': 'activity-server-19', 'host': '172.16.4.173', 'port': 6053 },
|
|
{ 'id': 'activity-server-20', 'host': '172.16.4.173', 'port': 6054 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-13', 'host': '172.16.4.173', 'port': 6061 },
|
|
{ 'id': 'order-server-14', 'host': '172.16.4.173', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 8 配置
|
|
export const zy8 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-37', 'port': 4051, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-38', 'port': 4052, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-39', 'port': 4053, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-40', 'port': 4054, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-41', 'port': 4055, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-42', 'port': 4056, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-15', 'host': '172.16.4.169', 'port': 6011 },
|
|
{ 'id': 'chat-server-16', 'host': '172.16.4.169', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-41', 'host': '172.16.4.169', 'port': 6021 },
|
|
{ 'id': 'role-server-42', 'host': '172.16.4.169', 'port': 6022 },
|
|
{ 'id': 'role-server-43', 'host': '172.16.4.169', 'port': 6023 },
|
|
{ 'id': 'role-server-44', 'host': '172.16.4.169', 'port': 6024 },
|
|
{ 'id': 'role-server-45', 'host': '172.16.4.169', 'port': 6025 },
|
|
{ 'id': 'role-server-46', 'host': '172.16.4.169', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-19', 'host': '172.16.4.169', 'port': 6031 },
|
|
{ 'id': 'battle-server-20', 'host': '172.16.4.169', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-37', 'host': '172.16.4.169', 'port': 6041 },
|
|
{ 'id': 'guild-server-38', 'host': '172.16.4.169', 'port': 6042 },
|
|
{ 'id': 'guild-server-39', 'host': '172.16.4.169', 'port': 6043 },
|
|
{ 'id': 'guild-server-40', 'host': '172.16.4.169', 'port': 6044 },
|
|
{ 'id': 'guild-server-41', 'host': '172.16.4.169', 'port': 6045 },
|
|
{ 'id': 'guild-server-42', 'host': '172.16.4.169', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-21', 'host': '172.16.4.169', 'port': 6051 },
|
|
{ 'id': 'activity-server-22', 'host': '172.16.4.169', 'port': 6052 },
|
|
{ 'id': 'activity-server-23', 'host': '172.16.4.169', 'port': 6053 },
|
|
{ 'id': 'activity-server-24', 'host': '172.16.4.169', 'port': 6054 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-15', 'host': '172.16.4.169', 'port': 6061 },
|
|
{ 'id': 'order-server-16', 'host': '172.16.4.169', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 9 配置
|
|
export const zy9 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-43', 'port': 4051, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-44', 'port': 4052, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-45', 'port': 4053, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-46', 'port': 4054, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-47', 'port': 4055, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-48', 'port': 4056, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-17', 'host': '172.16.4.176', 'port': 6011 },
|
|
{ 'id': 'chat-server-18', 'host': '172.16.4.176', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-47', 'host': '172.16.4.176', 'port': 6021 },
|
|
{ 'id': 'role-server-48', 'host': '172.16.4.176', 'port': 6022 },
|
|
{ 'id': 'role-server-49', 'host': '172.16.4.176', 'port': 6023 },
|
|
{ 'id': 'role-server-50', 'host': '172.16.4.176', 'port': 6024 },
|
|
{ 'id': 'role-server-51', 'host': '172.16.4.176', 'port': 6025 },
|
|
{ 'id': 'role-server-52', 'host': '172.16.4.176', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-21', 'host': '172.16.4.176', 'port': 6031 },
|
|
{ 'id': 'battle-server-22', 'host': '172.16.4.176', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-43', 'host': '172.16.4.176', 'port': 6041 },
|
|
{ 'id': 'guild-server-44', 'host': '172.16.4.176', 'port': 6042 },
|
|
{ 'id': 'guild-server-45', 'host': '172.16.4.176', 'port': 6043 },
|
|
{ 'id': 'guild-server-46', 'host': '172.16.4.176', 'port': 6044 },
|
|
{ 'id': 'guild-server-47', 'host': '172.16.4.176', 'port': 6045 },
|
|
{ 'id': 'guild-server-48', 'host': '172.16.4.176', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-25', 'host': '172.16.4.176', 'port': 6051 },
|
|
{ 'id': 'activity-server-26', 'host': '172.16.4.176', 'port': 6052 },
|
|
{ 'id': 'activity-server-27', 'host': '172.16.4.176', 'port': 6053 },
|
|
{ 'id': 'activity-server-28', 'host': '172.16.4.176', 'port': 6054 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-17', 'host': '172.16.4.176', 'port': 6061 },
|
|
{ 'id': 'order-server-18', 'host': '172.16.4.176', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 自营服务器 10 配置
|
|
export const zy10 = {
|
|
'connector': [
|
|
{ 'id': 'connector-server-49', 'port': 4051, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3051, 'frontend': true },
|
|
{ 'id': 'connector-server-50', 'port': 4052, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3052, 'frontend': true },
|
|
{ 'id': 'connector-server-51', 'port': 4053, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3053, 'frontend': true },
|
|
{ 'id': 'connector-server-52', 'port': 4054, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3054, 'frontend': true },
|
|
{ 'id': 'connector-server-53', 'port': 4055, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3055, 'frontend': true },
|
|
{ 'id': 'connector-server-54', 'port': 4056, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3056, 'frontend': true },
|
|
],
|
|
'chat': [
|
|
{ 'id': 'chat-server-19', 'host': '172.16.4.171', 'port': 6011 },
|
|
{ 'id': 'chat-server-20', 'host': '172.16.4.171', 'port': 6012 },
|
|
],
|
|
'role': [
|
|
{ 'id': 'role-server-53', 'host': '172.16.4.171', 'port': 6021 },
|
|
{ 'id': 'role-server-54', 'host': '172.16.4.171', 'port': 6022 },
|
|
{ 'id': 'role-server-55', 'host': '172.16.4.171', 'port': 6023 },
|
|
{ 'id': 'role-server-56', 'host': '172.16.4.171', 'port': 6024 },
|
|
{ 'id': 'role-server-57', 'host': '172.16.4.171', 'port': 6025 },
|
|
{ 'id': 'role-server-58', 'host': '172.16.4.171', 'port': 6026 },
|
|
],
|
|
'battle': [
|
|
{ 'id': 'battle-server-23', 'host': '172.16.4.171', 'port': 6031 },
|
|
{ 'id': 'battle-server-24', 'host': '172.16.4.171', 'port': 6032 },
|
|
],
|
|
'gm': [],
|
|
'systimer': [],
|
|
'guild': [
|
|
{ 'id': 'guild-server-49', 'host': '172.16.4.171', 'port': 6041 },
|
|
{ 'id': 'guild-server-50', 'host': '172.16.4.171', 'port': 6042 },
|
|
{ 'id': 'guild-server-51', 'host': '172.16.4.171', 'port': 6043 },
|
|
{ 'id': 'guild-server-52', 'host': '172.16.4.171', 'port': 6044 },
|
|
{ 'id': 'guild-server-53', 'host': '172.16.4.171', 'port': 6045 },
|
|
{ 'id': 'guild-server-54', 'host': '172.16.4.171', 'port': 6046 },
|
|
],
|
|
'activity': [
|
|
{ 'id': 'activity-server-29', 'host': '172.16.4.171', 'port': 6051 },
|
|
{ 'id': 'activity-server-30', 'host': '172.16.4.171', 'port': 6052 },
|
|
{ 'id': 'activity-server-31', 'host': '172.16.4.171', 'port': 6053 },
|
|
{ 'id': 'activity-server-32', 'host': '172.16.4.171', 'port': 6054 },
|
|
],
|
|
'order': [
|
|
{ 'id': 'order-server-19', 'host': '172.16.4.171', 'port': 6061 },
|
|
{ 'id': 'order-server-20', 'host': '172.16.4.171', 'port': 6062 },
|
|
]
|
|
};
|
|
|
|
// 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 }
|
|
],
|
|
'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" },
|
|
]
|
|
};
|