Browse Source

Update config

Daniel Supernault 6 years ago
parent
commit
b88d020818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/federation.php

+ 1 - 1
config/federation.php

@@ -17,7 +17,7 @@ return [
 		'inbox' => env('AP_INBOX', true),
 		'sharedInbox' => env('AP_SHAREDINBOX', false),
 
-		'remoteFollow' => env('AP_REMOTE_FOLLOW'),
+		'remoteFollow' => env('AP_REMOTE_FOLLOW', false),
 
 		'delivery' => [
 			'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),