Added IS_HEROKU_INSTALLATION env to app.json

This commit is contained in:
David Baldwynn 2017-03-30 10:14:52 -07:00 committed by GitHub
parent 43e277181b
commit bccb9621c8

View file

@ -5,6 +5,11 @@
"logo": "https://node-js-sample.herokuapp.com/node.svg", "logo": "https://node-js-sample.herokuapp.com/node.svg",
"keywords": ["node", "express", "static", "mean"], "keywords": ["node", "express", "static", "mean"],
"env": { "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": { "SUBDOMAINS_DISABLED": {
"description": "Disable subdomains for user forms", "description": "Disable subdomains for user forms",
"value": "TRUE" "value": "TRUE"