Skip to content

Commit 73cff16

Browse files
authored
Merge pull request laravel#4526 from themsaid/pusherCluster
Include cluster in pusher config
2 parents b347461 + a32af97 commit 73cff16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ MAIL_ENCRYPTION=null
3232
PUSHER_APP_ID=
3333
PUSHER_APP_KEY=
3434
PUSHER_APP_SECRET=
35+
PUSHER_APP_CLUSTER=mt1

config/broadcasting.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
'secret' => env('PUSHER_APP_SECRET'),
3737
'app_id' => env('PUSHER_APP_ID'),
3838
'options' => [
39-
//
39+
'cluster' => env('PUSHER_APP_CLUSTER'),
40+
'encrypted' => true,
4041
],
4142
],
4243

0 commit comments

Comments
 (0)