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

View file

@ -78,13 +78,10 @@ return [
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
*/ */
'ap_inbox' => env('ACTIVITYPUB_INBOX', false), 'activitypub_enabled' => env('ACTIVITY_PUB', false),
'ap_shared' => env('ACTIVITYPUB_SHAREDINBOX', false),
'ap_delivery_timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0), 'ap_delivery_timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
'ap_delivery_concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10), 'ap_delivery_concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10),
'remote_follow_enabled' => false,
'remote_follow_enabled' => env('REMOTE_FOLLOW', false),
'activitypub_enabled' => env('ACTIVITY_PUB', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------