We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b347461 + a32af97 commit 73cff16Copy full SHA for 73cff16
.env.example
@@ -32,3 +32,4 @@ MAIL_ENCRYPTION=null
32
PUSHER_APP_ID=
33
PUSHER_APP_KEY=
34
PUSHER_APP_SECRET=
35
+PUSHER_APP_CLUSTER=mt1
config/broadcasting.php
@@ -36,7 +36,8 @@
36
'secret' => env('PUSHER_APP_SECRET'),
37
'app_id' => env('PUSHER_APP_ID'),
38
'options' => [
39
- //
+ 'cluster' => env('PUSHER_APP_CLUSTER'),
40
+ 'encrypted' => true,
41
],
42
43
0 commit comments