~starkingdoms/starkingdoms

ref: 1ec41be4083696df817c9e10c0154181b561c3da starkingdoms/starkingdoms-client/src/config.json -rw-r--r-- 499 bytes
1ec41be4 — core bevy_twite is having some serious doing-things issues 2 years ago
                                                                                
1
2
3
4
5
6
7
8
{
  "servers": {
    "stk-prod": {"name": "StarKingdoms", "url": "wss://starkingdoms.io/", "api": "https://api.starkingdoms.io"},
    "stk-beta": {"name": "StarKingdoms Beta", "url": "wss://beta.starkingdoms.io/", "api": "https://api.beta.starkingdoms.io"},
    "stk-unstable": {"name": "StarKingdoms Unstable", "url": "wss://unstable.starkingdoms.io/", "api": "https://api.unstable.starkingdoms.io"},
    "dev": {"name": "Local", "url": "ws://localhost:3000/", "api": "http://localhost:8080"}
  }
}