mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
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:
parent
6947e74f5d
commit
8441314e7c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ SEARCH_TIMEOUT=5
|
||||||
QUERY_TIMEOUT=5
|
QUERY_TIMEOUT=5
|
||||||
|
|
||||||
# Thumbnails Generation
|
# Thumbnails Generation
|
||||||
ENABLE_THUMBNAIL_GENERATION=false
|
ENABLE_THUMBNAIL_GENERATION=true
|
||||||
|
|
||||||
# S3 configuration
|
# S3 configuration
|
||||||
USE_S3=false
|
USE_S3=false
|
||||||
|
|
Loading…
Reference in a new issue