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 ], ],