sarga filters

This commit is contained in:
merdan 2022-05-05 16:22:57 +05:00
parent c695d66b97
commit 3d34d4ff76
2 changed files with 4 additions and 4 deletions

View File

@ -35,11 +35,11 @@ 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' => false,
'host' => env('PUSHER_HOST', '127.0.0.1'),
'port' => env('PUSHER_PORT', 472),
// 'schema' => 'https',
'schema' => 'http',
// 'useTLS' => true,
// 'curl_options' => [
// CURLOPT_SSL_VERIFYHOST => 0,

View File

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