Browse Source

Update config

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

+ 10 - 0
config/pixelfed.php

@@ -198,6 +198,16 @@ return [
     */
     'account_delete_after' => env('ACCOUNT_DELETE_AFTER', false),
 
+    /*
+    |--------------------------------------------------------------------------
+    | Enable Cloud Storage
+    |--------------------------------------------------------------------------
+    |
+    | Store media on object storage like S3, Digital Ocean Spaces, Rackspace
+    |
+    */
+    'cloud_storage' => env('PF_ENABLE_CLOUD', false),
+
 
     'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
     'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),