feat: Update imgs.ini

This commit is contained in:
gd 2022-01-05 08:33:18 +03:00
parent 12f4433e8e
commit 331a377c6b
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
base_url = http://localhost:5000/
image_name_lenght = 3
uploads_dir = uploads
#allowed_mime_types = * # allow any MIME type
allowed_mime_types = ['image/bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/svg+xml', 'image/tiff', 'image/webp']