- demo notifications generator

- frontend build
This commit is contained in:
Čarodej
2022-03-11 08:40:32 +01:00
parent d02ca13197
commit 0905a0660c
10 changed files with 18 additions and 12 deletions

View File

@@ -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
});