teufa/app.json

12 lines
140 B
JSON
Raw Normal View History

2025-01-12 09:23:38 -07:00
{
"healthchecks": {
2025-01-12 11:04:54 -07:00
"web": [
2025-01-12 09:23:38 -07:00
{
"type": "startup",
"path": "/healthz",
2025-01-12 11:04:54 -07:00
"attempts": 5
2025-01-12 09:23:38 -07:00
}
]
}
}