From 8aaac6a08c153ef1e43a526f71df434cf294594f Mon Sep 17 00:00:00 2001 From: MUHD HAFIFIE Date: Wed, 14 Apr 2021 01:54:00 +0800 Subject: [PATCH] fix pusher --- config/broadcasting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 7e082cd..c6c82de 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -37,7 +37,8 @@ return [ 'app_id' => env('PUSHER_APP_ID'), 'options' => [ 'cluster' => 'ap1', - 'useTLS' => true + 'useTLS' => false, + 'scheme' => 'http' ], ],