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' ], ], diff --git a/resources/views/homepage/khazanah/home.blade.php b/resources/views/homepage/khazanah/home.blade.php index f254433..bb554a6 100644 --- a/resources/views/homepage/khazanah/home.blade.php +++ b/resources/views/homepage/khazanah/home.blade.php @@ -10,9 +10,9 @@