From 3f3ea25ac7df3460e08fa13dde2d18e25f30b026 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 12:51:30 -0700 Subject: [PATCH] fixed disable subdomains variable in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 288ab541..6aa200e1 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "keywords": ["node", "express", "static", "mean"], "addons": ["mongolab", "sparkpost"], "env": { - "DISABLE_SUBDOMAINS": { + "SUBDOMAINS_DISABLED": { "description": "Disable support for running subdomains. (This should be true if you are not using your own custom domain.", "value": "TRUE" },