mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- demo notifications generator
- frontend build
This commit is contained in:
3
resources/js/bootstrap.js
vendored
3
resources/js/bootstrap.js
vendored
@@ -20,11 +20,10 @@ import Echo from 'laravel-echo';
|
||||
|
||||
window.Pusher = require('pusher-js');
|
||||
|
||||
// TODO: set wshost
|
||||
window.Echo = new Echo({
|
||||
broadcaster: 'pusher',
|
||||
key: 'local',
|
||||
wsHost: '192.168.1.112',
|
||||
wsHost: config.ip,
|
||||
wsPort: 6001,
|
||||
forceTLS: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user