Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanuser authored Apr 5, 2023
1 parent d1cf42e commit 9bfe34b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@
},
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
],
"env": {
"TOKEN": {
"description": "Your bot token. Get from @botfather",
Expand Down Expand Up @@ -205,6 +197,15 @@
}

}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}


0 comments on commit 9bfe34b

Please sign in to comment.