core/app.json
2024-02-21 19:06:39 +03:00

16 lines
280 B
JSON

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