Fixed addon not found

This commit is contained in:
David Baldwynn 2017-03-30 10:59:49 -07:00 committed by GitHub
parent 47c929467a
commit 9891187c7b

View file

@ -3,13 +3,11 @@
"description": "Beautiful, opensource web forms", "description": "Beautiful, opensource web forms",
"repository": "https://github.com/whitef0x0/tellform", "repository": "https://github.com/whitef0x0/tellform",
"logo": "https://node-js-sample.herokuapp.com/node.svg", "logo": "https://node-js-sample.herokuapp.com/node.svg",
"addons": ["mongolab", "sparkpost", "runtime-dyno-metadata "], "addons": ["mongolab", "sparkpost"],
"keywords": ["node", "express", "static", "mean"], "keywords": ["node", "express", "static", "mean"],
"env": { "env": {
"IS_HEROKU_INSTALLATION": { "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", "value": "TRUE",
"required": true
}, },
"SUBDOMAINS_DISABLED": { "SUBDOMAINS_DISABLED": {
"description": "Disable subdomains for user forms", "description": "Disable subdomains for user forms",
@ -40,7 +38,10 @@
"ADMIN_PASSWORD": { "ADMIN_PASSWORD": {
"description": "Password of the default admin account", "description": "Password of the default admin account",
"required": true "required": true
} },
"HEROKU_APP_NAME": {
"required": true
},
}, },
"scripts": { "scripts": {
"predeploy": "grunt build", "predeploy": "grunt build",