sarga filters

This commit is contained in:
merdan 2022-05-05 16:10:48 +05:00
parent 9607ebe1d7
commit 5d6bb473a8
2 changed files with 2 additions and 2 deletions

View File

@ -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' => [

View File

@ -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
], ],
], ],