mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
pusher host setup
This commit is contained in:
4
resources/js/bootstrap.js
vendored
4
resources/js/bootstrap.js
vendored
@@ -23,7 +23,7 @@ window.Pusher = require('pusher-js');
|
||||
window.Echo = new Echo({
|
||||
broadcaster: 'pusher',
|
||||
key: 'local',
|
||||
wsHost: config.ip,
|
||||
wsHost: window.location.hostname,
|
||||
wsPort: 6001,
|
||||
forceTLS: false
|
||||
forceTLS: ! config.isDev
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user