mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
pusher update
This commit is contained in:
4
resources/js/bootstrap.js
vendored
4
resources/js/bootstrap.js
vendored
@@ -26,6 +26,6 @@ window.Echo = new Echo({
|
||||
wsHost: window.location.hostname,
|
||||
wsPort: 6001,
|
||||
wssPort: 6001,
|
||||
forceTLS: ! config.isDev,
|
||||
enabledTransports: ['ws'],
|
||||
forceTLS: false,
|
||||
enabledTransports: ['ws', 'wss'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user