pusher host fix

This commit is contained in:
Čarodej
2022-03-11 08:43:41 +01:00
parent 0905a0660c
commit 28d99cce78

View File

@@ -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() }}',