core/app.json

16 lines
279 B
JSON
Raw Permalink 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": "/",
2024-02-21 15:33:42 +00:00
"attempts": 3,
2024-02-21 16:06:39 +00:00
"warn": true,
2024-02-21 20:12:47 +00:00
"initialDelay": 1
2024-02-19 08:15:53 +00:00
}
]
}
}