Update federation config

pull/2203/head
Daniel Supernault 5 years ago
parent 76dd453ea0
commit 06c83ba08a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -21,7 +21,11 @@ return [
'delivery' => [
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
'concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10)
'concurrency' => env('ACTIVITYPUB_DELIVERY_CONCURRENCY', 10),
'logger' => [
'enabled' => env('AP_LOGGER_ENABLED', false),
'driver' => 'log'
]
]
],

Loading…
Cancel
Save