{ "servers": { "stk-prod": { "name": "StarKingdoms", "clientHubUrl": "wss://starkingdoms.io/hub", "apiBaseUrl": "https://api.starkingdoms.io", "isProduction": true, "isDevelopment": false, "isPrimary": true }, "stk-beta": { "name": "StarKingdoms Beta", "clientHubUrl": "wss://beta.starkingdoms.io/hub", "apiBaseUrl": "https://api.beta.starkingdoms.io", "isProduction": false, "isDevelopment": false, "isPrimary": false }, "stk-unstable": { "name": "StarKingdoms Unstable", "clientHubUrl": "wss://unstable.starkingdoms.io/hub", "apiBaseUrl": "https://api.unstable.starkingdoms.io", "isProduction": false, "isDevelopment": false, "isPrimary": false }, "local-dev": { "name": "Local (Development)", "clientHubUrl": "ws://localhost:3000/hub", "apiBaseUrl": "http://localhost:8080", "isProduction": false, "isDevelopment": true, "isPrimary": false } }, "backplane": "https://backplane.starkingdoms.io" }