core/app.json

14 lines
230 B
JSON
Raw Normal View History

2024-02-19 08:15:53 +00:00
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the GET /",
"path": "/",
"attempts": 3
}
]
}
}