Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Update Echo options (#26)
Browse files Browse the repository at this point in the history
Keeping bootstrap.js up-to-date with the latest pushes to `master` in the Laravel repo.
  • Loading branch information
austintoddj authored and paulredmond committed Jan 25, 2018
1 parent f956f33 commit bc77e48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bootstrap-stubs/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ if (token) {

// window.Echo = new Echo({
// broadcaster: 'pusher',
// key: 'your-pusher-key'
// key: 'your-pusher-key',
// cluster: 'mt1',
// encrypted: true
// });

0 comments on commit bc77e48

Please sign in to comment.