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