From 78a056853f857cdf92aa431a2616880d7a712bd5 Mon Sep 17 00:00:00 2001 From: spektra2147 Date: Mon, 29 Aug 2022 18:39:03 +0300 Subject: [PATCH] broadcasting update --- config/broadcasting.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 8b5ba4b16..5d8b7df8b 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -37,17 +37,9 @@ return [ 'app_id' => env('PUSHER_APP_ID'), 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), - 'encrypted' => true, - 'host' => '127.0.0.1', - 'port' => 6001, - 'scheme' => 'https', - 'curl_options' => [ - CURLOPT_SSL_VERIFYHOST => 0, - CURLOPT_SSL_VERIFYPEER => 0, - ] + 'useTLS' => env('PUSHER_TLS', true) ], ], - 'redis' => [ 'driver' => 'redis', 'connection' => 'default',