elura-cli 0.2.6

Project scaffold generator for Elura applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "region_id": 1,
    "realm_id": 1,
    "transport": "wss",
    "host": "r1.game.example.com",
    "port": 443,
    "path": "/elr2"
  },
  {
    "region_id": 2,
    "realm_id": 2,
    "transport": "wss",
    "host": "r2.game.example.com",
    "port": 443,
    "path": "/elr2"
  }
]