Files
dokku/tests/apps/nodejs-express-noappjson/app.json
2023-10-15 00:22:24 -04:00

15 lines
237 B
JSON

{
"healthchecks": {
"web": [
{
"attempts": 2,
"content": "nodejs/express",
"name": "check-1",
"path": "/",
"timeout": 5,
"type": "startup",
"wait": 2
}
]
}
}