added wss

This commit is contained in:
Čarodej
2022-03-11 09:09:46 +01:00
parent da27c47d7a
commit ee516fd384

View File

@@ -25,5 +25,6 @@ window.Echo = new Echo({
key: 'local',
wsHost: window.location.hostname,
wsPort: 6001,
wssPort: 6001,
forceTLS: ! config.isDev
});