Skip to content

Commit

Permalink
pusher config been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
munafio committed Jul 27, 2023
1 parent 0ee06b2 commit 178e24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/chatify.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER', 'mt1'),
'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com',
'port' => env('PUSHER_PORT', 6001),
'scheme' => env('PUSHER_SCHEME', 'http'),
'port' => env('PUSHER_PORT', 443),
'scheme' => env('PUSHER_SCHEME', 'https'),
'encrypted' => true,
'useTLS' => env('PUSHER_SCHEME') === 'https',
'useTLS' => env('PUSHER_SCHEME', 'https') === 'https',
],
],

Expand Down

0 comments on commit 178e24c

Please sign in to comment.