From a6aacc423e774907c3215269cca4d0203d4d06ac Mon Sep 17 00:00:00 2001 From: "Arnold M. Osoro" <36207509+mmosoroohh@users.noreply.github.com> Date: Wed, 24 Oct 2018 09:21:58 +0300 Subject: [PATCH] Add Heroku generated app.json --- app.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..99f946a --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "ah-maps", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + "heroku-postgresql" + ], + "buildpacks": [ + { + "url": "heroku/python" + } + ] +}