mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3311 [messages-module] Refresh page
This commit is contained in:
parent
9048aeff46
commit
1de7b739c7
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user