{
    "development":{
        "gate":[
             {"id":"gate-server-1", "host":"127.0.0.1", "clientPort":3014, "frontend":true, "key": "dqc1hje0kjtzd4zkyepf3avfq6umslmv"}
        ],
        "connector":[
             {"id":"connector-server-1", "host":"127.0.0.1", "port":4050, "clientPort": 3050, "frontend": true},
             {"id":"connector-server-2", "host":"127.0.0.1", "port":4051, "clientPort": 3051, "frontend": true},
             {"id":"connector-server-3", "host":"127.0.0.1", "port":4052, "clientPort": 3052, "frontend": true}
        ],
        "chat":[
             {"id":"chat-server-1", "host":"127.0.0.1", "port":6050},
             {"id":"chat-server-2", "host":"127.0.0.1", "port":6051},
             {"id":"chat-server-3", "host":"127.0.0.1", "port":6052}
        ],
        "game":[
             {"id":"game-server-1", "host":"127.0.0.1", "port":7050}
        ]
    },
    "production":{
        "gate":[
             {"id":"gate-server-1", "host":"127.0.0.1", "clientPort":3014, "frontend":true, "key": "dqc1hje0kjtzd4zkyepf3avfq6umslmv"}
        ],
        "connector":[
             {"id":"connector-server-1", "host":"127.0.0.1", "port":4050, "clientPort": 3050, "frontend": true},
             {"id":"connector-server-2", "host":"127.0.0.1", "port":4051, "clientPort": 3051, "frontend": true},
             {"id":"connector-server-3", "host":"127.0.0.1", "port":4052, "clientPort": 3052, "frontend": true}
        ],
        "chat":[
             {"id":"chat-server-1", "host":"127.0.0.1", "port":6050},
             {"id":"chat-server-2", "host":"127.0.0.1", "port":6051},
             {"id":"chat-server-3", "host":"127.0.0.1", "port":6052}
        ],
        "game":[
             {"id":"game-server-1", "host":"127.0.0.1", "port":7050}
        ]
    }
}
