Merge pull request #1324 from openclassify/vedatakdgn

broadcasting update
This commit is contained in:
Fatih Alp 2022-08-29 18:49:01 +03:00 committed by GitHub
commit 07e1f6a4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,17 +37,9 @@ return [
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'host' => '127.0.0.1',
'port' => 6001,
'scheme' => 'https',
'curl_options' => [
CURLOPT_SSL_VERIFYHOST => 0,
CURLOPT_SSL_VERIFYPEER => 0,
]
'useTLS' => env('PUSHER_TLS', true)
],
],
'redis' => [
'driver' => 'redis',
'connection' => 'default',