Merge pull request #4526 from themsaid/pusherCluster

Include cluster in pusher config
This commit is contained in:
Taylor Otwell
2017-12-24 08:11:52 -06:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -32,3 +32,4 @@ MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

View File

@@ -36,7 +36,8 @@ return [
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
//
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
],
],