From 9891187c7b97c7f2163c2071c5652385f7c84f91 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 10:59:49 -0700 Subject: [PATCH] Fixed addon not found --- app.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 1da8ef50..8e620c29 100644 --- a/app.json +++ b/app.json @@ -3,13 +3,11 @@ "description": "Beautiful, opensource web forms", "repository": "https://github.com/whitef0x0/tellform", "logo": "https://node-js-sample.herokuapp.com/node.svg", - "addons": ["mongolab", "sparkpost", "runtime-dyno-metadata "], + "addons": ["mongolab", "sparkpost"], "keywords": ["node", "express", "static", "mean"], "env": { "IS_HEROKU_INSTALLATION": { - "description": "Disables redis if it is a heroku installation (i.e. if it doesn't need to run in cluster mode)", "value": "TRUE", - "required": true }, "SUBDOMAINS_DISABLED": { "description": "Disable subdomains for user forms", @@ -40,7 +38,10 @@ "ADMIN_PASSWORD": { "description": "Password of the default admin account", "required": true - } + }, + "HEROKU_APP_NAME": { + "required": true + }, }, "scripts": { "predeploy": "grunt build",