From 131c6df82a24ed12e875f125198fbbac981bf0f9 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 6 Dec 2023 14:11:02 +0100 Subject: [PATCH] fix --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index f45c2057a..c9149b6f6 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -37,7 +37,7 @@ return [ 'app_id' => env('PUSHER_APP_ID', 'coolify'), 'options' => [ 'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'), - 'port' => env('PUSHER_PORT', 6001), + 'port' => env('PUSHER_BACKEND_PORT', 6001), 'scheme' => env('PUSHER_SCHEME', 'http'), 'encrypted' => true, 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https',