include cluster in pusher config

This commit is contained in:
Mohamed Said 2017-12-24 13:22:35 +02:00
parent b347461f53
commit 84b126d90d
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=

View File

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