websockets

This commit is contained in:
merdan 2022-04-24 14:36:55 +05:00
parent 60abadb0c7
commit 77c6117a64
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ return [
* Set a custom dashboard configuration
*/
'dashboard' => [
'port' => env('LARAVEL_WEBSOCKETS_PORT', 6001),
'port' => env('LARAVEL_WEBSOCKETS_PORT', 472),
],
/*