servers.json 1.1 KB

123456789101112131415161718192021
  1. {
  2. "gate": [
  3. {"id": "gate-server", "host": "127.0.0.1", "port": 13010, "clientPort": 3010, "frontend": true, "args": "--debug=5860"}
  4. ],
  5. "connector": [
  6. {"id": "connector-server-1", "host": "127.0.0.1", "clientHost":"127.0.0.1", "port": 13100, "clientPort": 3100, "frontend": true, "args": "--debug=5870"},
  7. {"id": "connector-server-2", "host": "127.0.0.1", "clientHost":"127.0.0.1", "port": 13101, "clientPort": 3101, "frontend": true, "args": "--debug=5871"}
  8. ],
  9. "player": [
  10. {"id": "player-server-1", "host": "127.0.0.1", "port": 13200, "args": "--debug=5880"},
  11. {"id": "player-server-2", "host": "127.0.0.1", "port": 13201, "args": "--debug=5881"}
  12. ],
  13. "area": [
  14. {"id": "area-server-1", "host": "127.0.0.1", "port": 13300, "args": "--debug=5890"},
  15. {"id": "area-server-2", "host": "127.0.0.1", "port": 13301, "args": "--debug=5891"}
  16. ],
  17. "team": [
  18. {"id": "team-server-1", "host": "127.0.0.1", "port": 13400, "args": "--debug=5900"},
  19. {"id": "team-server-2", "host": "127.0.0.1", "port": 13401, "args": "--debug=5901"}
  20. ]
  21. }