| 12345678910111213141516171819202122232425262728 |
- {
- "gate": [
- { "id": "gate-server", "host": "0.0.0.0", "port": 34010, "clientPort": 5110, "frontend": true, "args": "", "auto-restart": true }
- ],
- "connector": [
- { "id": "connector-server-1", "host": "127.0.0.1", "clientHost": "127.0.0.1", "port": 34100, "clientPort": 5301, "frontend": true, "args": "" },
- { "id": "connector-server-2", "host": "127.0.0.1", "clientHost": "127.0.0.1", "port": 34101, "clientPort": 5302, "frontend": true, "args": "" },
- { "id": "connector-server-3", "host": "127.0.0.1", "clientHost": "127.0.0.1", "port": 34102, "clientPort": 5303, "frontend": true, "args": "" }
- ],
- "game" : [
- { "id": "game-server-10", "host": "127.0.0.1", "port": 34200, "args": "" },
- { "id": "game-server-11", "host": "127.0.0.1", "port": 34201, "args": "" },
- { "id": "game-server-12", "host": "127.0.0.1", "port": 34202, "args": "" },
- { "id": "game-server-13", "host": "127.0.0.1", "port": 34203, "args": "" },
- { "id": "game-server-14", "host": "127.0.0.1", "port": 34204, "args": "" }
- ],
- "hall": [
- { "id": "hall-server-1", "host": "127.0.0.1", "port": 34300, "args": "", "auto-restart": true }
- ],
- "http": [
- { "id": "http-server-1", "host": "127.0.0.1", "port": 34400, "script": "charge.js", "httpPort": 8081, "args": "", "auto-restart": true },
- { "id": "http-server-2", "host": "127.0.0.1", "port": 34401, "script": "agent.js", "httpPort": 8082, "args": "", "auto-restart": true },
- { "id": "http-server-3", "host": "127.0.0.1", "port": 34402, "script": "manage.js", "httpPort": 8083, "args": "", "auto-restart": true }
- ],
- "increaser": [
- { "id": "increaser-server", "host": "127.0.0.1", "port": 34500, "args": "", "auto-restart": true }
- ]
- }
|