Skip to content

Commit

Permalink
Add cluster to default broadcasting config, required for pusher-js …
Browse files Browse the repository at this point in the history
…and statamic/collaboration.
  • Loading branch information
jesseleite committed May 12, 2023
1 parent d533b93 commit 782ec88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/broadcasting.php
Expand Up @@ -36,6 +36,7 @@
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com',
'port' => env('PUSHER_PORT', 443),
'scheme' => env('PUSHER_SCHEME', 'https'),
Expand Down

0 comments on commit 782ec88

Please sign in to comment.