From fc3a9ac6efba6750a3be7cf2ab6af96c5da82fd1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 1 Oct 2019 19:54:07 +0200 Subject: [PATCH] Update .env --- conf/.env | 2 ++ 1 file changed, 2 insertions(+) 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