core/app.json
Untone ddf203a869
Some checks failed
Deploy to core / deploy (push) Has been cancelled
healthcheck
2024-02-19 11:15:53 +03:00

14 lines
230 B
JSON

{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the GET /",
"path": "/",
"attempts": 3
}
]
}
}