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.
This commit is contained in:
Arie van Deursen 2022-12-26 14:23:19 +01:00
parent 6947e74f5d
commit 8441314e7c
No known key found for this signature in database
GPG key ID: 72D9305D3EBD52B5

View file

@ -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