From e932006d7193c37cc547638dcf0e5ddbb59a5261 Mon Sep 17 00:00:00 2001 From: merdan Date: Sun, 24 Apr 2022 15:02:10 +0500 Subject: [PATCH] websockets --- config/broadcasting.php | 4 ++-- config/websockets.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index fb2e729f9..a8ee91d6b 100755 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -36,10 +36,10 @@ 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' + 'schema' => 'https' ], ], diff --git a/config/websockets.php b/config/websockets.php index 9fc907302..452487e8d 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -31,6 +31,7 @@ return [ 'capacity' => null, 'enable_client_messages' => false, 'enable_statistics' => true, + 'encrypt' => true ], ],