From 28d99cce7801001460fbc2cd939dc5e148917605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Fri, 11 Mar 2022 08:43:41 +0100 Subject: [PATCH] pusher host fix --- resources/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index eb63e6f3..fba578ee 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -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() }}',