servers.json 1.8 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "gate": [
  3. { "id": "gate-server", "host": "0.0.0.0", "port": 34010, "clientPort": 5110, "frontend": true, "args": "", "auto-restart": true }
  4. ],
  5. "connector": [
  6. { "id": "connector-server-1", "host": "127.0.0.1", "clientHost": "127.0.0.1", "port": 34100, "clientPort": 5301, "frontend": true, "args": "" },
  7. { "id": "connector-server-2", "host": "127.0.0.1", "clientHost": "127.0.0.1", "port": 34101, "clientPort": 5302, "frontend": true, "args": "" },
  8. { "id": "connector-server-3", "host": "127.0.0.1", "clientHost": "127.0.0.1", "port": 34102, "clientPort": 5303, "frontend": true, "args": "" }
  9. ],
  10. "game" : [
  11. { "id": "game-server-10", "host": "127.0.0.1", "port": 34200, "args": "" },
  12. { "id": "game-server-11", "host": "127.0.0.1", "port": 34201, "args": "" },
  13. { "id": "game-server-12", "host": "127.0.0.1", "port": 34202, "args": "" },
  14. { "id": "game-server-13", "host": "127.0.0.1", "port": 34203, "args": "" },
  15. { "id": "game-server-14", "host": "127.0.0.1", "port": 34204, "args": "" }
  16. ],
  17. "hall": [
  18. { "id": "hall-server-1", "host": "127.0.0.1", "port": 34300, "args": "", "auto-restart": true }
  19. ],
  20. "http": [
  21. { "id": "http-server-1", "host": "127.0.0.1", "port": 34400, "script": "charge.js", "httpPort": 8081, "args": "", "auto-restart": true },
  22. { "id": "http-server-2", "host": "127.0.0.1", "port": 34401, "script": "agent.js", "httpPort": 8082, "args": "", "auto-restart": true },
  23. { "id": "http-server-3", "host": "127.0.0.1", "port": 34402, "script": "manage.js", "httpPort": 8083, "args": "", "auto-restart": true }
  24. ],
  25. "increaser": [
  26. { "id": "increaser-server", "host": "127.0.0.1", "port": 34500, "args": "", "auto-restart": true }
  27. ]
  28. }