From 218eb65e1f57f734cd9cdcd55951e8ee11d9807e Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:02:53 -0700 Subject: [PATCH] Readded BASE_URL to app.json --- app.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 713b5992..d03c9a80 100644 --- a/app.json +++ b/app.json @@ -13,6 +13,10 @@ "description": "Disable subdomains for user forms", "value": "TRUE" }, + "BASE_URL": { + "description": "Set this to your heroku app's URL", + "required": true + }, "NODE_ENV": { "description": "Specify whether to run development or production version of the app", "value": "production", @@ -34,9 +38,6 @@ "ADMIN_PASSWORD": { "description": "Password of the default admin account", "required": true - }, - "HEROKU_APP_NAME": { - "required": true } }, "scripts": {