From 264a153a9e40082f18e8e0a4f44901a7e0340d95 Mon Sep 17 00:00:00 2001 From: merdan Date: Sun, 24 Apr 2022 14:46:32 +0500 Subject: [PATCH] websockets --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 381e3f065..fb2e729f9 100755 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -36,7 +36,7 @@ return [ 'app_id' => env('PUSHER_APP_ID'), 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), - 'encrypted' => true, +// 'encrypted' => true, 'host' => '127.0.0.1', 'port' => 472, 'schema' => 'http'