{
  "name": "__APP_NAME__",
  "healthchecks": {
    "web": [
      {
        "type": "startup",
        "name": "web-ready",
        "description": "Application responds to /api/health",
        "path": "/api/health",
        "attempts": 6
      }
    ]
  }
}
