mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update config
This commit is contained in:
parent
e313a9b0ca
commit
b88d020818
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ return [
|
||||||
'inbox' => env('AP_INBOX', true),
|
'inbox' => env('AP_INBOX', true),
|
||||||
'sharedInbox' => env('AP_SHAREDINBOX', false),
|
'sharedInbox' => env('AP_SHAREDINBOX', false),
|
||||||
|
|
||||||
'remoteFollow' => env('AP_REMOTE_FOLLOW'),
|
'remoteFollow' => env('AP_REMOTE_FOLLOW', false),
|
||||||
|
|
||||||
'delivery' => [
|
'delivery' => [
|
||||||
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
|
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),
|
||||||
|
|
Loading…
Reference in a new issue