tellform/app.json

33 lines
1 KiB
JSON
Raw Normal View History

2015-11-13 01:00:18 +00:00
{
2017-03-30 18:57:09 +00:00
"name": "TellForm",
"description": "Beautiful, opensource web forms",
2017-06-28 04:24:55 +00:00
"repository": "https://github.com/tellform/tellform",
"logo": "https://tellform.com/public/img/tellform_logo_black.png",
2017-03-30 18:57:09 +00:00
"keywords": ["node", "express", "static", "mean"],
2017-06-28 04:24:55 +00:00
"addons": ["mongolab", "sendgrid", "heroku-redis"],
2017-03-30 16:46:36 +00:00
"env": {
"SUBDOMAINS_DISABLED": {
2017-03-30 19:27:07 +00:00
"description": "Disable support for running subdomains. (This should be true if you are not using your own custom domain.",
"value": "TRUE"
},
"ENABLE_CLUSTER_MODE": {
"description": "ENABLE support for running in cluster mode on pm2",
"value": "FALSE"
},
2017-03-30 18:55:51 +00:00
"NODE_ENV": {
"description": "Choose whether to run app in development or production mode",
"value": "production"
2017-03-30 16:46:36 +00:00
},
2017-03-30 18:02:53 +00:00
"BASE_URL": {
2017-03-30 18:57:09 +00:00
"description": "The url of your heroku app."
2017-03-30 18:55:51 +00:00
},
"SOCKET_URL": {
2017-03-30 18:57:09 +00:00
"description": "Where you websockets will connect to (i.e. your heroku app url)"
2017-03-30 16:48:37 +00:00
},
2017-03-30 17:05:08 +00:00
"MAILER_SERVICE_PROVIDER": {
2017-03-30 18:55:51 +00:00
"description": "Which mail service/API you will be using (i.e. SparkPost, Mandrill, etc)",
2017-06-28 04:24:55 +00:00
"value": "SendGrid"
2017-03-30 18:00:07 +00:00
}
2017-03-30 18:23:32 +00:00
}
2015-11-21 20:59:03 +00:00
}