diff --git a/conf/.env b/conf/.env index a221f1ea..988cd0e1 100644 --- a/conf/.env +++ b/conf/.env @@ -25,6 +25,7 @@ SESSION_DRIVER=redis SESSION_LIFETIME=120 QUEUE_DRIVER=redis +REDIS_SCHEME=tcp REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 @@ -50,6 +51,7 @@ ACTIVITY_PUB=true REMOTE_FOLLOW=true ACTIVITYPUB_INBOX=true ACTIVITYPUB_SHAREDINBOX=true + # Set these "true" to enable federation. # You might need to also run: # php artisan cache:clear