From 05acf4819cd423d6ea388d386dfa066f48b84936 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 09:48:37 -0700 Subject: [PATCH] Added BASE_URL env to app.json --- app.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index d50a850a..d15c68a1 100644 --- a/app.json +++ b/app.json @@ -6,13 +6,17 @@ "keywords": ["node", "express", "static", "mean"], "env": { "SUBDOMAINS_DISABLED": { - "description": "Disable subdomains for user forms", - "value": "TRUE" + "description": "Disable subdomains for user forms", + "value": "TRUE" }, "NODE_ENV": { "description": "Specify whether to run development or production version of the app", "value": "production", "required": true + }, + "BASE_URL": { + "description": "Set this to your heroku app's URL", + "required": true } }, "scripts": {