imgs/imgs.ini

7 lines
252 B
INI
Raw Normal View History

2021-08-08 00:33:09 +03:00
[imgs]
base_url = http://localhost:5000/
image_name_lenght = 3
uploads_dir = uploads
2022-01-05 08:33:18 +03:00
#allowed_mime_types = * # allow any MIME type
2021-08-08 00:33:09 +03:00
allowed_mime_types = ['image/bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/svg+xml', 'image/tiff', 'image/webp']