mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
added wss
This commit is contained in:
Vendored
+1
@@ -25,5 +25,6 @@ window.Echo = new Echo({
|
|||||||
key: 'local',
|
key: 'local',
|
||||||
wsHost: window.location.hostname,
|
wsHost: window.location.hostname,
|
||||||
wsPort: 6001,
|
wsPort: 6001,
|
||||||
|
wssPort: 6001,
|
||||||
forceTLS: ! config.isDev
|
forceTLS: ! config.isDev
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user