Skip to content

Commit 4e8a65f

Browse files
committed
updates
1 parent 03b24d8 commit 4e8a65f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/app/.env-example

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SERVER
22
API_URL=http://localhost/
3+
# several separate with ,
34
FILE_MANAGER_BEARER_TOKEN=very_secret,any_more_secret_tokens
45
# several separate with ,
56
CORS_ORIGINS=http://localhost,http://ff.etomer.io
@@ -55,12 +56,13 @@ QR_IMAGE_LOCAL_PATH=static/qr/
5556

5657
# IMAGES
5758
IMAGE_CONVERTING_PREFERED_FORMAT=webp
58-
THUMBNAIL_MAX_WIDHT=320
59+
IMAGE_AllOWED_FILE_FORMAT=png,jpeg,jpg,webp
5960
# make thumbnails or nah True/False
6061
IMAGE_THUMBNAIL=True
62+
THUMBNAIL_MAX_WIDHT=320
6163
# suported:pillow-simd,ffmpeg
6264
# default:pillow-simd
63-
IMAGE_OPTIMIZATION_USING=ffmpeg
65+
IMAGE_OPTIMIZATION_USING=pillow-simd
6466

6567

6668
# VIDEOS

0 commit comments

Comments
 (0)