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