diff --git a/.env.example b/.env.example index a807ab5c7..8795154a7 100644 --- a/.env.example +++ b/.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'