sarga filters
This commit is contained in:
parent
be56b923ec
commit
365a7704c3
|
|
@ -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' => [
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ return [
|
|||
'capacity' => null,
|
||||
'enable_client_messages' => false,
|
||||
'enable_statistics' => true,
|
||||
'encrypt' => true
|
||||
// 'encrypt' => true
|
||||
],
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue