Update Echo options for pusher in bootstrap.js
This commit is contained in:
parent
1f7f915b3b
commit
a38c115f4b
|
@ -49,5 +49,7 @@ if (token) {
|
||||||
|
|
||||||
// window.Echo = new Echo({
|
// window.Echo = new Echo({
|
||||||
// broadcaster: 'pusher',
|
// broadcaster: 'pusher',
|
||||||
// key: 'your-pusher-key'
|
// key: 'your-pusher-key',
|
||||||
|
// cluster: 'eu',
|
||||||
|
// encrypted: true
|
||||||
// });
|
// });
|
||||||
|
|
Loading…
Reference in New Issue