Files
pushy/app.json
2024-11-13 19:32:57 +01:00

13 lines
268 B
JSON

{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the /health endpoint",
"path": "/healthz",
"attempts": 5
}
]
}
}