From 8441314e7c4b730dbb08a1af7110025ced869478 Mon Sep 17 00:00:00 2001 From: Arie van Deursen Date: Mon, 26 Dec 2022 14:23:19 +0100 Subject: [PATCH] Enable thumbnail generation in example environment This makes the example environment more similar to the setting in the django-tests.yml GitHub workflow. It also ensures thumbnail generation is tested by default. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index bbd825a9a..91d0d5896 100644 --- a/.env.example +++ b/.env.example @@ -60,7 +60,7 @@ SEARCH_TIMEOUT=5 QUERY_TIMEOUT=5 # Thumbnails Generation -ENABLE_THUMBNAIL_GENERATION=false +ENABLE_THUMBNAIL_GENERATION=true # S3 configuration USE_S3=false