Jelajahi Sumber

Update .env.example

Shleeble 6 tahun lalu
induk
melakukan
9477e35953
1 mengubah file dengan 6 tambahan dan 5 penghapusan
  1. 6 5
      .env.example

+ 6 - 5
.env.example

@@ -54,17 +54,18 @@ MIX_APP_URL="${APP_URL}"
 MIX_API_BASE="${API_BASE}"
 MIX_API_SEARCH="${API_SEARCH}"
 
-ACTIVITYPUB_INBOX=false
-ACTIVITYPUB_SHAREDINBOX=false
 HORIZON_DARKMODE=true
 
-# Set these both "true" to enable federation.
+ACTIVITY_PUB=false
+REMOTE_FOLLOW=false
+ACTIVITYPUB_INBOX=false
+ACTIVITYPUB_SHAREDINBOX=false
+# Set these "true" to enable federation.
 # You might need to also run:
 #   php artisan cache:clear
 #   php artisan optimize:clear
 #   php artisan optimize
-ACTIVITY_PUB=false
-REMOTE_FOLLOW=false
+
 
 CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
 CS_CW_DOMAINS='example.org,example.net,example.com'