pusher update

This commit is contained in:
Čarodej
2022-03-11 12:56:18 +01:00
parent c1ace2854f
commit 0e45092795
17 changed files with 31 additions and 31 deletions

View File

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