Skip to content

Commit

Permalink
Merge pull request #4526 from themsaid/pusherCluster
Browse files Browse the repository at this point in the history
Include cluster in pusher config
  • Loading branch information
taylorotwell committed Dec 24, 2017
2 parents b347461 + a32af97 commit 73cff16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Expand Up @@ -32,3 +32,4 @@ MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
3 changes: 2 additions & 1 deletion config/broadcasting.php
Expand Up @@ -36,7 +36,8 @@
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
//
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
],
],

Expand Down

0 comments on commit 73cff16

Please sign in to comment.