Files
pushy/app.json.dis
2024-12-22 20:54:40 +01:00

13 lines
268 B
Plaintext

{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the /health endpoint",
"path": "/healthz",
"attempts": 5
}
]
}
}