mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
pusher host fix
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
// todo: refactoring
|
||||
|
||||
let config = {
|
||||
ip: '{{ request()->ip() }}',
|
||||
ip: '{{ config('broadcasting.connections.pusher.options.host') }}',
|
||||
host: '{{ url('/') }}',
|
||||
api: '{{ url('/api') }}',
|
||||
locale: '{{ app()->getLocale() }}',
|
||||
|
||||
Reference in New Issue
Block a user