Remove CONVERT option on Heroku as ffmpeg will not be available
This commit is contained in:
parent
0d5e97d37c
commit
eb9d64d746
1 changed files with 0 additions and 4 deletions
4
app.json
4
app.json
|
@ -19,10 +19,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"CONVERT": {
|
|
||||||
"description": "Enable audio conversion",
|
|
||||||
"value": "true"
|
|
||||||
},
|
|
||||||
"PYTHON": {
|
"PYTHON": {
|
||||||
"description": "Path to python binary",
|
"description": "Path to python binary",
|
||||||
"value": "/app/.heroku/python/bin/python"
|
"value": "/app/.heroku/python/bin/python"
|
||||||
|
|
Loading…
Reference in a new issue