websockets

This commit is contained in:
merdan 2022-04-24 15:02:10 +05:00
parent 264a153a9e
commit e932006d71
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -31,6 +31,7 @@ return [
'capacity' => null,
'enable_client_messages' => false,
'enable_statistics' => true,
'encrypt' => true
],
],