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), ], /*