websockets
This commit is contained in:
parent
77c6117a64
commit
264a153a9e
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue