Browse Source

Add Instagram Import

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

+ 1 - 1
config/pixelfed.php

@@ -236,7 +236,7 @@ return [
 
 
     'import' => [
     'import' => [
         'instagram' => [
         'instagram' => [
-            'enabled' => false,
+            'enabled' => env('IMPORT_INSTAGRAM', false),
             'limits' => [
             'limits' => [
                 'posts' => (int) env('IMPORT_INSTAGRAM_POST_LIMIT', 100),
                 'posts' => (int) env('IMPORT_INSTAGRAM_POST_LIMIT', 100),
                 'size' => (int) env('IMPORT_INSTAGRAM_SIZE_LIMIT', 250)
                 'size' => (int) env('IMPORT_INSTAGRAM_SIZE_LIMIT', 250)