@@ -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)