pusher update

This commit is contained in:
Čarodej
2022-03-11 09:27:56 +01:00
parent 4e471cb077
commit c1ace2854f
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

@@ -24,8 +24,8 @@ window.Echo = new Echo({
broadcaster: 'pusher',
key: 'local',
wsHost: window.location.hostname,
wsPort: 6001,
wssPort: 6001,
wsPort: 8001,
wssPort: 8001,
forceTLS: false,
enabledTransports: ['ws', 'wss'],
});