This repository has been archived on 2023-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
futureporn-qa/app.json

23 lines
511 B
JSON

{
"healthchecks": {
"manager": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the express app responds",
"path": "/",
"initialDelay": 1,
"attempts": 3,
"content": "futureporn-qa"
}
]
},
"formation": {
"manager": {
"quantity": 1
},
"worker": {
"quantity": 1
}
}
}