~starkingdoms/starkingdoms

ref: 7baab76c89652e871b4821413b76dcc32a1d20e9 starkingdoms/starkingdoms-client/src/config.json -rw-r--r-- 544 bytes
7baab76c — core sccache for server 1 year, 8 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
    }
  ]
}