diff --git a/config/broadcasting.php b/config/broadcasting.php index 18fc28fba..096617160 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', 472), + 'port' => env('PUSHER_PORT', 6001), // 'schema' => 'https', // 'useTLS' => true, // 'curl_options' => [ diff --git a/config/websockets.php b/config/websockets.php index 2e23423f9..55b4c1d8a 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 ], ],