tellform/app.json

35 lines
951 B
JSON
Raw Normal View History

2015-11-13 01:00:18 +00:00
{
2015-11-16 22:25:39 +00:00
"name": "TellForm",
2015-11-13 01:00:18 +00:00
"description": "Beautiful, opensource web forms",
2015-11-21 20:59:03 +00:00
"repository": "https://github.com/whitef0x0/tellform",
2015-11-13 01:00:18 +00:00
"logo": "https://node-js-sample.herokuapp.com/node.svg",
2017-03-30 17:59:49 +00:00
"addons": ["mongolab", "sparkpost"],
2017-03-30 16:46:36 +00:00
"keywords": ["node", "express", "static", "mean"],
"env": {
"IS_HEROKU_INSTALLATION": {
2017-03-30 18:01:24 +00:00
"value": "TRUE"
},
2017-03-30 16:46:36 +00:00
"SUBDOMAINS_DISABLED": {
2017-03-30 16:48:37 +00:00
"description": "Disable subdomains for user forms",
"value": "TRUE"
2017-03-30 16:46:36 +00:00
},
2017-03-30 18:02:53 +00:00
"BASE_URL": {
"description": "Set this to your heroku app's URL",
"required": true
},
2017-03-30 16:46:36 +00:00
"NODE_ENV": {
"description": "Specify whether to run development or production version of the app",
"value": "production",
"required": true
2017-03-30 16:48:37 +00:00
},
2017-03-30 17:05:08 +00:00
"MAILER_SERVICE_PROVIDER": {
"description": "Which mailer provider are you using? (i.e. SparkPost, Mandrill, etc)",
"value": "Sparkpost",
2017-03-30 17:24:23 +00:00
"required": true
2017-03-30 18:00:07 +00:00
}
2017-03-30 16:46:36 +00:00
},
"scripts": {
2017-03-30 18:23:32 +00:00
"predeploy": "grunt build"
}
2015-11-21 20:59:03 +00:00
}