Add Instagram Import

This commit is contained in:
Daniel Supernault 2020-05-25 21:41:42 -06:00
parent ffccf0fd41
commit e2a6bdd0e1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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