core/app.json
Untone 3ae706d6db
All checks were successful
Deploy to core / deploy (push) Successful in 1m55s
healhchecks-warn-out
2024-02-21 18:33:42 +03:00

15 lines
252 B
JSON

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