1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-30 19:03:21 +00:00

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

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)