sarga filters

This commit is contained in:
merdan 2022-05-05 19:02:16 +05:00
parent be56b923ec
commit 365a7704c3
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ return [
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'host' => env('PUSHER_HOST', '127.0.0.1'),
'port' => env('PUSHER_PORT', 4433),
'host' => env('PUSHER_HOST', 'sarga.com.tm'),
'port' => env('PUSHER_PORT', 443),
'schema' => 'https',
'useTLS' => true,
'curl_options' => [

View File

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