websockets

This commit is contained in:
merdan 2022-04-24 14:46:32 +05:00
parent 77c6117a64
commit 264a153a9e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ 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'