diff --git a/.env.development b/.env.development deleted file mode 100644 index e75f09b..0000000 --- a/.env.development +++ /dev/null @@ -1 +0,0 @@ -HOST=picturestory-v2.herokuapp.com \ No newline at end of file diff --git a/app.json b/app.json new file mode 100644 index 0000000..6120e73 --- /dev/null +++ b/app.json @@ -0,0 +1,21 @@ +{ + "name": "picturestory-v2", + "description": "Professional photographers image management app", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] + } \ No newline at end of file