imgs/imgs.ini

7 lines
219 B
INI
Raw Normal View History

2021-08-08 00:33:09 +03:00
[imgs]
debug = False
base_url = http://localhost:5000/
image_name_lenght = 3
uploads_dir = uploads
allowed_mime_types = ['image/bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/svg+xml', 'image/tiff', 'image/webp']