diff --git a/config/broadcasting.php b/config/broadcasting.php index 6c564a522..f45c2057a 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -36,7 +36,7 @@ return [ 'secret' => env('PUSHER_APP_SECRET', 'coolify'), 'app_id' => env('PUSHER_APP_ID', 'coolify'), 'options' => [ - 'host' => env('PUSHER_HOST', 'coolify-soketi'), + 'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'), 'port' => env('PUSHER_PORT', 6001), 'scheme' => env('PUSHER_SCHEME', 'http'), 'encrypted' => true,