{
  "$schema": "https://er-repo.staging.strongroom.ai/schemas/backend-profiles.schema.json",
  "version": "1.0.0",
  "backendProfiles": [
    {
      "serverGroup": "production",
      "profileId": "prod-au-direct",
      "applicationGatewayUrl": "https://strong-er.strongroom.ai",
      "integrationRpcUrl": "wss://strong-er.strongroom.ai/ws",
      "oauth": {
        "accessTokenUrl": "https://strong-er.strongroom.ai/api/v1/oauth2/token",
        "authorizationUrl": "https://portal.strongroom.ai/login/oauth2",
        "clientId": "ff22006f-ff9a-45b5-96a5-ba5bab98a30c",
        "redirectUrl": "https://portal.strongroom.ai/oauth2/callback"
      }
    },
    {
      "serverGroup": "staging",
      "profileId": "staging-au-direct",
      "applicationGatewayUrl": "https://strong-er.staging.strongroom.ai",
      "integrationRpcUrl": "wss://strong-er.staging.strongroom.ai/ws",
      "oauth": {
        "accessTokenUrl": "https://strong-er.staging.strongroom.ai/api/v1/oauth2/token",
        "authorizationUrl": "https://portal.staging.strongroom.ai/login/oauth2",
        "clientId": "ab02fb60-e696-42eb-af53-3109d02b9dd1",
        "redirectUrl": "https://portal.staging.strongroom.ai/oauth2/callback"
      }
    }
  ]
}