From eb9d64d7469dc380f90e3f2e0c7ccf8e8e5c7be5 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 22 Jun 2020 23:33:39 +0200 Subject: [PATCH] Remove CONVERT option on Heroku as ffmpeg will not be available --- app.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.json b/app.json index 60c06c2..32b2202 100644 --- a/app.json +++ b/app.json @@ -19,10 +19,6 @@ } ], "env": { - "CONVERT": { - "description": "Enable audio conversion", - "value": "true" - }, "PYTHON": { "description": "Path to python binary", "value": "/app/.heroku/python/bin/python"