teufa/app.json

14 lines
254 B
JSON
Raw Normal View History

2025-01-12 09:23:38 -07:00
{
"healthchecks": {
"api": [
{
"type": "startup",
"name": "api check",
"description": "Checking if the app responds to the /health/ready endpoint",
"path": "/healthz",
"attempts": 3
}
]
}
}