diff --git a/.env.example b/.env.example index 890787e6f..072798731 100644 --- a/.env.example +++ b/.env.example @@ -20,8 +20,6 @@ IMAGE_QUALITY="80" MAX_PHOTO_SIZE="15000" MAX_CAPTION_LENGTH="500" MAX_ALBUM_LENGTH="4" -# Accepted upload mime types. webp/avif/jxl require the vips (or imagick) driver. -MEDIA_TYPES="image/jpeg,image/jpg,image/png,image/gif,image/webp,image/avif,image/jxl" # Instance URL Configuration APP_URL="http://localhost"