mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update pixelfed.php
This commit is contained in:
parent
7953be29fe
commit
b2e79b9bc6
1 changed files with 6 additions and 11 deletions
|
@ -74,14 +74,14 @@ return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Enable Google Recaptcha v2
|
| ActivityPud
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Enable/disable recaptcha on login/registration forms. API Keys required.
|
|
||||||
|
|
|
||||||
*/
|
*/
|
||||||
'recaptcha' => env('RECAPTCHA_ENABLED', false),
|
'ap_inbox' => env('ACTIVITYPUB_INBOX', false),
|
||||||
|
'ap_shared' => env('ACTIVITYPUB_SHAREDINBOX', false),
|
||||||
|
'ap_delivery_timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
|
||||||
|
'ap_delivery_concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10),
|
||||||
|
|
||||||
'remote_follow_enabled' => env('REMOTE_FOLLOW', false),
|
'remote_follow_enabled' => env('REMOTE_FOLLOW', false),
|
||||||
'activitypub_enabled' => env('ACTIVITY_PUB', false),
|
'activitypub_enabled' => env('ACTIVITY_PUB', false),
|
||||||
|
@ -262,11 +262,6 @@ return [
|
||||||
|
|
||||||
'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),
|
'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),
|
||||||
|
|
||||||
'ap_inbox' => env('ACTIVITYPUB_INBOX', false),
|
|
||||||
'ap_shared' => env('ACTIVITYPUB_SHAREDINBOX', false),
|
|
||||||
'ap_delivery_timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
|
|
||||||
'ap_delivery_concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10),
|
|
||||||
|
|
||||||
'import' => [
|
'import' => [
|
||||||
'instagram' => [
|
'instagram' => [
|
||||||
'enabled' => false,
|
'enabled' => false,
|
||||||
|
|
Loading…
Reference in a new issue