~starkingdoms/starkingdoms

ref: 587a01e5174fdce92fac6fb938538790d6edf3dc starkingdoms/starkingdoms-client/src/config.json -rw-r--r-- 544 bytes
587a01e5 — ghostly_zsh all planets, module attachment broke 1 year, 2 days 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
    }
  ]
}