Browse Source

Merge pull request #4525 from przemdz665/bootstrap-pusher-fix

Update Echo options for pusher in bootstrap.js
Taylor Otwell 6 years ago
parent
commit
b347461f53
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: 'mt1',
+//     encrypted: true
 // });