Parcourir la source

Update config

Daniel Supernault il y a 6 ans
Parent
commit
b88d020818
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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),