Skip to content

Commit a38c115

Browse files
committed
Update Echo options for pusher in bootstrap.js
1 parent 1f7f915 commit a38c115

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: 'eu',
54+
// encrypted: true
5355
// });

0 commit comments

Comments
 (0)