Remove MEDIA_TYPES from .env.example

Removed MEDIA_TYPES from the environment example file.
pull/7434/merge
Shlee 22 hours ago committed by GitHub
parent 961ef37fe9
commit 413f606b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,8 +20,6 @@ IMAGE_QUALITY="80"
MAX_PHOTO_SIZE="15000" MAX_PHOTO_SIZE="15000"
MAX_CAPTION_LENGTH="500" MAX_CAPTION_LENGTH="500"
MAX_ALBUM_LENGTH="4" 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 # Instance URL Configuration
APP_URL="http://localhost" APP_URL="http://localhost"

Loading…
Cancel
Save