~starkingdoms/starkingdoms

ref: b8e076d536b7aba4c2ec67e3cc4fa4f2e39ce32f starkingdoms/starkingdoms-client/src/config.json -rw-r--r-- 544 bytes
b8e076d5 — core ci work 7 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
    }
  ]
}