Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed May 27, 2019
1 parent 4a46a8d commit 1f3a5e2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config/pixelfed.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@
|--------------------------------------------------------------------------
|
*/
'ap_inbox' => env('ACTIVITYPUB_INBOX', false),
'ap_shared' => env('ACTIVITYPUB_SHAREDINBOX', false),
'activitypub_enabled' => env('ACTIVITY_PUB', 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),
'activitypub_enabled' => env('ACTIVITY_PUB', false),
'remote_follow_enabled' => false,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 1f3a5e2

Please sign in to comment.