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'