Commit fba319af authored by evhogan3's avatar evhogan3

Add Heroku generated app.json

parents
{
"name": "bulktp",
"scripts": {
},
"env": {
"PANDORABOTS_APP_ID": {
"required": true
},
"PANDORABOTS_BOTNAME": {
"required": true
},
"PANDORABOTS_URL": {
"required": true
},
"PANDORABOTS_USER_KEY": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment