diff --git a/config/broadcasting.php b/config/broadcasting.php index 3a194f06..013d539f 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -40,7 +40,7 @@ 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), 'encrypted' => true, - 'host' => '127.0.0.1', + 'host' => env('SESSION_DOMAIN'), 'port' => 6001, 'scheme' => Str::startsWith(config('app.url'), 'https') ? 'https' : 'http', 'curl_options' => config('app.debug') ? [