fixed disable subdomains variable in app.json

This commit is contained in:
David Baldwynn 2017-03-30 12:51:30 -07:00
parent bb33d9c4e5
commit 3f3ea25ac7
No known key found for this signature in database
GPG key ID: 15D1C13202224A9B

View file

@ -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"
},