#3311 [messages-module] Refresh page

This commit is contained in:
Diatrex 2021-02-23 13:43:54 +03:00
parent 9048aeff46
commit 1de7b739c7

View File

@ -32,9 +32,9 @@ return [
'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY', 12345),
'secret' => env('PUSHER_APP_SECRET', 12345),
'app_id' => env('PUSHER_APP_ID', 12345),
'key' => env('PUSHER_APP_KEY', '12345'),
'secret' => env('PUSHER_APP_SECRET', '12345'),
'app_id' => env('PUSHER_APP_ID', '12345'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER', 'mt1'),
'encrypted' => env('BROADCAST_SSL', false),