Files
core/app.json

16 lines
279 B
JSON
Raw Normal View History

2024-02-19 11:15:53 +03:00
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the GET /",
"path": "/",
2024-02-21 18:33:42 +03:00
"attempts": 3,
2024-02-21 19:06:39 +03:00
"warn": true,
2024-02-21 23:12:47 +03:00
"initialDelay": 1
2024-02-19 11:15:53 +03:00
}
]
}
}