From bccb9621c8a69ec25415c1c08254527e79cbf1dc Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 10:14:52 -0700 Subject: [PATCH] Added IS_HEROKU_INSTALLATION env to app.json --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index f5f3a67e..e9df3d89 100644 --- a/app.json +++ b/app.json @@ -5,6 +5,11 @@ "logo": "https://node-js-sample.herokuapp.com/node.svg", "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", "value": "TRUE"