~starkingdoms/starkingdoms

ref: 19c233f62b0606b2cf1c6033d0c7123b15bc95cb starkingdoms/starkingdoms-client/src/config.json -rw-r--r-- 544 bytes
19c233f6 — ghostly_zsh name resolution and features 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "configSerial": 2024040503,
  "backplaneBaseUrl": "https://backplane.starkingdoms.io",
  "environments": [
    {
      "name": "StarKingdoms",
      "clientHubUrl": "wss://starkingdoms.io/hub",
      "apiBaseUrl": "https://api.starkingdoms.io",
      "isProduction": true,
      "isDevelopment": false,
      "isPrimary": true
    },
    {
      "name": "Local (Development)",
      "clientHubUrl": "ws://localhost:3000/hub",
      "apiBaseUrl": "http://localhost:8080",
      "isProduction": false,
      "isDevelopment": true
    }
  ]
}