From 77c6117a649ea14f31fea743cd472e8cef8badab Mon Sep 17 00:00:00 2001 From: merdan Date: Sun, 24 Apr 2022 14:36:55 +0500 Subject: [PATCH] websockets --- config/websockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/websockets.php b/config/websockets.php index 9a5bd96b9..9fc907302 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -8,7 +8,7 @@ return [ * Set a custom dashboard configuration */ 'dashboard' => [ - 'port' => env('LARAVEL_WEBSOCKETS_PORT', 6001), + 'port' => env('LARAVEL_WEBSOCKETS_PORT', 472), ], /*