This commit is contained in:
Čarodej
2022-03-11 09:17:53 +01:00
parent 8e4fc55b23
commit ffa4f67cbd
2 changed files with 3 additions and 2 deletions

2
public/js/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -26,5 +26,6 @@ window.Echo = new Echo({
wsHost: window.location.hostname,
wsPort: 6001,
wssPort: 6001,
forceTLS: ! config.isDev
forceTLS: ! config.isDev,
enabledTransports: ['ws'],
});