diff --git a/config/pixelfed.php b/config/pixelfed.php index 06a45a95..f651a071 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -236,7 +236,7 @@ return [ 'import' => [ 'instagram' => [ - 'enabled' => false, + 'enabled' => env('IMPORT_INSTAGRAM', false), 'limits' => [ 'posts' => (int) env('IMPORT_INSTAGRAM_POST_LIMIT', 100), 'size' => (int) env('IMPORT_INSTAGRAM_SIZE_LIMIT', 250)