{
  "hub": {
    "name": "tolaunch Hub",
    "url": "https://tolaunch.de",
    "server": "31.70.69.116",
    "updatedAt": "2026-06-02T20:40:00+02:00"
  },
  "conventions": {
    "production": "https://{app}.tolaunch.de",
    "staging": "https://staging.{app}.tolaunch.de"
  },
  "applications": [
    {
      "id": "come2crm",
      "name": "Come2CRM",
      "production": {
        "url": "https://come2crm.tolaunch.de",
        "health": "https://come2crm.tolaunch.de/?health=ready",
        "environment": "come2crm_production"
      },
      "staging": {
        "url": "https://staging.come2crm.tolaunch.de",
        "health": "https://staging.come2crm.tolaunch.de/?health=ready",
        "environment": "come2crm_staging",
        "access": "basic-auth"
      }
    },
    {
      "id": "pgadmin",
      "name": "pgAdmin",
      "category": "database-administration",
      "url": "https://pgadmin.tolaunch.de",
      "access": "basic-auth-and-pgadmin-login",
      "backend": "http://127.0.0.1:5050/pgadmin4"
    }
  ]
}
