Update config

This commit is contained in:
Daniel Supernault 2019-05-26 23:02:01 -06:00
parent 4a46a8d772
commit 1f3a5e263b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 5 deletions

View File

@ -78,13 +78,10 @@ return [
|--------------------------------------------------------------------------
|
*/
'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,
/*
|--------------------------------------------------------------------------