1
0
mirror of https://github.com/owenthereal/jqplay.git synced 2025-04-19 06:02:17 +03:00

Add Heroku generated app.json

This commit is contained in:
Jingwen Owen Ou 2016-04-26 08:00:56 -07:00
parent 7a5a0d075d
commit c3501a14e6

21
app.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "jqplay",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
"librato",
"newrelic",
"ssl",
"papertrail"
],
"buildpacks": [
]
}