diff --git a/app.json b/app.json new file mode 100644 index 0000000..572e59e --- /dev/null +++ b/app.json @@ -0,0 +1,18 @@ +{ + "name": "mycrib-api", + "description": "MyCrib API (Go)", + "scripts": {}, + "healthchecks": { + "web": [ + { + "type": "startup", + "name": "web check", + "path": "/api/health/", + "attempts": 3, + "wait": 5, + "timeout": 30, + "content": "healthy" + } + ] + } +}