Update Echo options for pusher in bootstrap.js

This commit is contained in:
Przemek Dziewa 2017-12-23 23:41:57 +01:00
parent 1f7f915b3b
commit a38c115f4b

View File

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