From 365a7704c3c89de8cc5164e3b61a96502bfe28fe Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 5 May 2022 19:02:16 +0500 Subject: [PATCH] sarga filters --- config/broadcasting.php | 4 ++-- config/websockets.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 5f16ae1a6..c8f718f32 100755 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -37,8 +37,8 @@ return [ 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), 'encrypted' => true, - 'host' => env('PUSHER_HOST', '127.0.0.1'), - 'port' => env('PUSHER_PORT', 4433), + 'host' => env('PUSHER_HOST', 'sarga.com.tm'), + 'port' => env('PUSHER_PORT', 443), 'schema' => 'https', 'useTLS' => true, 'curl_options' => [ diff --git a/config/websockets.php b/config/websockets.php index 81b4d6a5a..cc3d73b5e 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 ], ],