From a38c115f4bd02dca5e90865e6631113f68bbd5f8 Mon Sep 17 00:00:00 2001 From: Przemek Dziewa Date: Sat, 23 Dec 2017 23:41:57 +0100 Subject: [PATCH] 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 8e0f04e59..a4a449809 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 // });