mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
feb
This commit is contained in:
2
public/js/main.js
vendored
2
public/js/main.js
vendored
File diff suppressed because one or more lines are too long
3
resources/js/bootstrap.js
vendored
3
resources/js/bootstrap.js
vendored
@@ -26,5 +26,6 @@ window.Echo = new Echo({
|
||||
wsHost: window.location.hostname,
|
||||
wsPort: 6001,
|
||||
wssPort: 6001,
|
||||
forceTLS: ! config.isDev
|
||||
forceTLS: ! config.isDev,
|
||||
enabledTransports: ['ws'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user