From ee516fd38436f4e71410a286c059504f28e12598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Fri, 11 Mar 2022 09:09:46 +0100 Subject: [PATCH] added wss --- resources/js/bootstrap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index dae2c232..eed64185 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -25,5 +25,6 @@ window.Echo = new Echo({ key: 'local', wsHost: window.location.hostname, wsPort: 6001, + wssPort: 6001, forceTLS: ! config.isDev });