mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add Instagram Import
This commit is contained in:
parent
ffccf0fd41
commit
e2a6bdd0e1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue