sarga filters
This commit is contained in:
parent
9607ebe1d7
commit
5d6bb473a8
|
|
@ -38,7 +38,7 @@ return [
|
||||||
// 'cluster' => env('PUSHER_APP_CLUSTER'),
|
// 'cluster' => env('PUSHER_APP_CLUSTER'),
|
||||||
// 'encrypted' => true,
|
// 'encrypted' => true,
|
||||||
'host' => env('PUSHER_HOST', '127.0.0.1'),
|
'host' => env('PUSHER_HOST', '127.0.0.1'),
|
||||||
'port' => env('PUSHER_PORT', 472),
|
'port' => env('PUSHER_PORT', 6001),
|
||||||
// 'schema' => 'https',
|
// 'schema' => 'https',
|
||||||
// 'useTLS' => true,
|
// 'useTLS' => true,
|
||||||
// 'curl_options' => [
|
// 'curl_options' => [
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ return [
|
||||||
'capacity' => null,
|
'capacity' => null,
|
||||||
'enable_client_messages' => false,
|
'enable_client_messages' => false,
|
||||||
'enable_statistics' => true,
|
'enable_statistics' => true,
|
||||||
'encrypt' => true
|
// 'encrypt' => true
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue