Merge pull request #4525 from przemdz665/bootstrap-pusher-fix
Update Echo options for pusher in bootstrap.js
This commit is contained in:
commit
b347461f53
|
@ -49,5 +49,7 @@ if (token) {
|
|||
|
||||
// window.Echo = new Echo({
|
||||
// broadcaster: 'pusher',
|
||||
// key: 'your-pusher-key'
|
||||
// key: 'your-pusher-key',
|
||||
// cluster: 'mt1',
|
||||
// encrypted: true
|
||||
// });
|
||||
|
|
Loading…
Reference in New Issue