mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 09:40:39 +00:00
pusher update
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -26,6 +26,6 @@ window.Echo = new Echo({
|
|||||||
wsHost: window.location.hostname,
|
wsHost: window.location.hostname,
|
||||||
wsPort: 6001,
|
wsPort: 6001,
|
||||||
wssPort: 6001,
|
wssPort: 6001,
|
||||||
forceTLS: ! config.isDev,
|
forceTLS: false,
|
||||||
enabledTransports: ['ws'],
|
enabledTransports: ['ws', 'wss'],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user