diff --git a/settings_local.dist.py b/settings_local.dist.py index c7d6218..b3be5db 100644 --- a/settings_local.dist.py +++ b/settings_local.dist.py @@ -40,3 +40,6 @@ CACHE_COUNT_TIMEOUT = 60 # Execute celery tasks locally, so you don't have to be running an MQ CELERY_ALWAYS_EAGER = True + +# Path to ffmpeg. This will have to be installed to create video thumbnails +FFMPEG_PATH = '/usr/bin/ffmpeg'