From 5ae6457217294f2bcd08248f46484c0fd938d801 Mon Sep 17 00:00:00 2001 From: Kaustubh Hiware Date: Tue, 19 Dec 2017 19:38:40 +0630 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..5d5a0b3 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "c0derunR", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + "heroku-postgresql" + ], + "buildpacks": [ + { + "url": "heroku/python" + } + ] +}