From 1c2a9310cbb928b3a8f5301c9de3c3903c9bbe46 Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 5 May 2022 16:00:08 +0500 Subject: [PATCH] sarga filters --- config/broadcasting.php | 16 ++++++++-------- config/websockets.php | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 97ab3cd0f..18fc28fba 100755 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -35,16 +35,16 @@ return [ 'secret' => env('PUSHER_APP_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ - 'cluster' => env('PUSHER_APP_CLUSTER'), - 'encrypted' => true, +// 'cluster' => env('PUSHER_APP_CLUSTER'), +// 'encrypted' => true, 'host' => env('PUSHER_HOST', '127.0.0.1'), 'port' => env('PUSHER_PORT', 472), - 'schema' => 'https', - 'useTLS' => true, - 'curl_options' => [ - CURLOPT_SSL_VERIFYHOST => 0, - CURLOPT_SSL_VERIFYPEER => 0, - ] +// 'schema' => 'https', +// 'useTLS' => true, +// 'curl_options' => [ +// CURLOPT_SSL_VERIFYHOST => 0, +// CURLOPT_SSL_VERIFYPEER => 0, +// ] ], ], diff --git a/config/websockets.php b/config/websockets.php index 019cc7450..99d276889 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -27,7 +27,7 @@ return [ 'name' => env('APP_NAME'), 'key' => env('PUSHER_APP_KEY'), 'secret' => env('PUSHER_APP_SECRET'), -// 'path' => env('PUSHER_APP_PATH'), + 'path' => env('PUSHER_APP_PATH','pusher'), 'capacity' => null, 'enable_client_messages' => false, 'enable_statistics' => true,