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' ], ],