sarga filters

This commit is contained in:
merdan 2022-05-05 16:00:08 +05:00
parent 1213d51541
commit 1c2a9310cb
2 changed files with 9 additions and 9 deletions

View File

@ -35,16 +35,16 @@ return [
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
// 'cluster' => env('PUSHER_APP_CLUSTER'),
// 'encrypted' => true,
'host' => env('PUSHER_HOST', '127.0.0.1'),
'port' => env('PUSHER_PORT', 472),
'schema' => 'https',
'useTLS' => true,
'curl_options' => [
CURLOPT_SSL_VERIFYHOST => 0,
CURLOPT_SSL_VERIFYPEER => 0,
]
// 'schema' => 'https',
// 'useTLS' => true,
// 'curl_options' => [
// CURLOPT_SSL_VERIFYHOST => 0,
// CURLOPT_SSL_VERIFYPEER => 0,
// ]
],
],

View File

@ -27,7 +27,7 @@ return [
'name' => env('APP_NAME'),
'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'),
// 'path' => env('PUSHER_APP_PATH'),
'path' => env('PUSHER_APP_PATH','pusher'),
'capacity' => null,
'enable_client_messages' => false,
'enable_statistics' => true,