Sfoglia il codice sorgente

Update federation config

Daniel Supernault 6 anni fa
parent
commit
ae1ec542a6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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' => false,
+		'remoteFollow' => env('AP_REMOTEFOLLOW', false),
 
 		'delivery' => [
 			'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),