mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Update media.php
This commit is contained in:
parent
f56c175b09
commit
76fd1c1efd
1 changed files with 1 additions and 9 deletions
|
@ -3,13 +3,5 @@
|
||||||
return [
|
return [
|
||||||
'exif' => [
|
'exif' => [
|
||||||
'database' => env('MEDIA_EXIF_DATABASE', false),
|
'database' => env('MEDIA_EXIF_DATABASE', false),
|
||||||
'strip' => true
|
|
||||||
],
|
|
||||||
'types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
|
|
||||||
'photo' => [
|
|
||||||
'optimize' => env('PF_OPTIMIZE_IMAGES', true),
|
|
||||||
'quality' => (int) env('IMAGE_QUALITY', 80),
|
|
||||||
'max_size' => env('MAX_PHOTO_SIZE', 15000),
|
|
||||||
'max_album_length' => env('MAX_ALBUM_LENGTH', 4),
|
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
Reference in a new issue