From 4c5030c725385894a89d36f8314b2798b25b6cdd Mon Sep 17 00:00:00 2001 From: Chris Lonnen Date: Wed, 20 Jul 2016 10:06:38 -0700 Subject: [PATCH] Add Heroku generated app.json --- app.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..e92112e --- /dev/null +++ b/app.json @@ -0,0 +1,23 @@ +{ + "name": "distribution-viewer", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + "heroku-postgresql" + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + }, + { + "url": "heroku/python" + } + ] +}