fp/packages/link2cid/app.json

14 lines
337 B
JSON
Raw Normal View History

2024-03-14 22:08:49 +00:00
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking for expecting string at /health",
"path": "/health",
"content": "link2cid",
"attempts": 3
}
]
}
}