From a38c115f4bd02dca5e90865e6631113f68bbd5f8 Mon Sep 17 00:00:00 2001 From: Przemek Dziewa Date: Sat, 23 Dec 2017 23:41:57 +0100 Subject: [PATCH 1/2] Update Echo options for pusher in bootstrap.js --- resources/assets/js/bootstrap.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 8e0f04e5..a4a44980 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -49,5 +49,7 @@ if (token) { // window.Echo = new Echo({ // broadcaster: 'pusher', -// key: 'your-pusher-key' +// key: 'your-pusher-key', +// cluster: 'eu', +// encrypted: true // }); From aad59400e2d69727224a3ca9b6aa9f9d7c87e9f7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 23 Dec 2017 20:08:55 -0600 Subject: [PATCH 2/2] Update bootstrap.js --- resources/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index a4a44980..bd954e90 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -50,6 +50,6 @@ if (token) { // window.Echo = new Echo({ // broadcaster: 'pusher', // key: 'your-pusher-key', -// cluster: 'eu', +// cluster: 'mt1', // encrypted: true // });