Browse Source

Update Echo options for pusher in bootstrap.js

Przemek Dziewa 6 years ago
parent
commit
a38c115f4b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      resources/assets/js/bootstrap.js

+ 3 - 1
resources/assets/js/bootstrap.js

@@ -49,5 +49,7 @@ if (token) {
 
 // window.Echo = new Echo({
 //     broadcaster: 'pusher',
-//     key: 'your-pusher-key'
+//     key: 'your-pusher-key',
+//     cluster: 'eu',
+//     encrypted: true
 // });