From c695d66b9773f8eed77c6efb2ef525183bd7837b Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 5 May 2022 16:13:33 +0500 Subject: [PATCH] sarga filters --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 096617160..18fc28fba 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', 6001), + 'port' => env('PUSHER_PORT', 472), // 'schema' => 'https', // 'useTLS' => true, // 'curl_options' => [