From b9645043364ffe3592a081f863487b075158f96b Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 12:27:07 -0700 Subject: [PATCH] Update app.json --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 587ffc86..288ab541 100644 --- a/app.json +++ b/app.json @@ -6,6 +6,10 @@ "keywords": ["node", "express", "static", "mean"], "addons": ["mongolab", "sparkpost"], "env": { + "DISABLE_SUBDOMAINS": { + "description": "Disable support for running subdomains. (This should be true if you are not using your own custom domain.", + "value": "TRUE" + }, "DISABLE_CLUSTER_MODE": { "description": "Disable support for running in cluster mode on pm2", "value": "TRUE"