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

Commit bc77e48

Browse files
austintoddjpaulredmond
authored andcommitted
Update Echo options (#26)
Keeping bootstrap.js up-to-date with the latest pushes to `master` in the Laravel repo.
1 parent f956f33 commit bc77e48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bootstrap-stubs/bootstrap.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ if (token) {
5151

5252
// window.Echo = new Echo({
5353
// broadcaster: 'pusher',
54-
// key: 'your-pusher-key'
54+
// key: 'your-pusher-key',
55+
// cluster: 'mt1',
56+
// encrypted: true
5557
// });

0 commit comments

Comments
 (0)