Skip to content

Commit b347461

Browse files
authored
Merge pull request laravel#4525 from przemdz665/bootstrap-pusher-fix
Update Echo options for pusher in bootstrap.js
2 parents 1f7f915 + aad5940 commit b347461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/assets/js/bootstrap.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ if (token) {
4949

5050
// window.Echo = new Echo({
5151
// broadcaster: 'pusher',
52-
// key: 'your-pusher-key'
52+
// key: 'your-pusher-key',
53+
// cluster: 'mt1',
54+
// encrypted: true
5355
// });

0 commit comments

Comments
 (0)