teufa/app.json
2025-01-12 11:04:54 -07:00

12 lines
140 B
JSON

{
"healthchecks": {
"web": [
{
"type": "startup",
"path": "/healthz",
"attempts": 5
}
]
}
}