Browse Source

Update config

Daniel Supernault 6 năm trước cách đây
mục cha
commit
3c5dc24bec
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      config/pixelfed.php

+ 2 - 0
config/pixelfed.php

@@ -157,5 +157,7 @@ return [
     |
     */
     'image_quality'  => (int) env('IMAGE_QUALITY', 80),
+
+    'media_types' => env('MEDIA_TYPES', 'jpeg,png,gif'),
     
 ];