pusher update

This commit is contained in:
Čarodej
2022-03-11 09:21:15 +01:00
parent ffa4f67cbd
commit 4e471cb077
2 changed files with 3 additions and 3 deletions

2
public/js/main.js vendored

File diff suppressed because one or more lines are too long

View File

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