From 5d6bb473a8199a994a7035285c5fabb9188e8c84 Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 5 May 2022 16:10:48 +0500 Subject: [PATCH] sarga filters --- config/broadcasting.php | 2 +- config/websockets.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 18fc28fba..096617160 100755 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -38,7 +38,7 @@ return [ // 'cluster' => env('PUSHER_APP_CLUSTER'), // 'encrypted' => true, 'host' => env('PUSHER_HOST', '127.0.0.1'), - 'port' => env('PUSHER_PORT', 472), + 'port' => env('PUSHER_PORT', 6001), // 'schema' => 'https', // 'useTLS' => true, // 'curl_options' => [ diff --git a/config/websockets.php b/config/websockets.php index 2e23423f9..55b4c1d8a 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -31,7 +31,7 @@ return [ 'capacity' => null, 'enable_client_messages' => false, 'enable_statistics' => true, - 'encrypt' => true +// 'encrypt' => true ], ],