1
0
ohmyform/app.json
2017-03-30 09:48:37 -07:00

26 lines
679 B
JSON

{
"name": "TellForm",
"description": "Beautiful, opensource web forms",
"repository": "https://github.com/whitef0x0/tellform",
"logo": "https://node-js-sample.herokuapp.com/node.svg",
"keywords": ["node", "express", "static", "mean"],
"env": {
"SUBDOMAINS_DISABLED": {
"description": "Disable subdomains for user forms",
"value": "TRUE"
},
"NODE_ENV": {
"description": "Specify whether to run development or production version of the app",
"value": "production",
"required": true
},
"BASE_URL": {
"description": "Set this to your heroku app's URL",
"required": true
}
},
"scripts": {
"predeploy": "grunt build"
}
}