diff --git a/app.json b/app.json new file mode 100644 index 00000000..d1eeb262 --- /dev/null +++ b/app.json @@ -0,0 +1,27 @@ +{ + "name": "camerakit-website", + "description": "", + "scripts": { + }, + "env": { + "API_URL": { + "required": true + }, + "LOGDNA_KEY": { + "required": true + } + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + "logdna" + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] +}