Skip to content

Commit

Permalink
diagnostics: fix port (#12119)
Browse files Browse the repository at this point in the history
Fixed port value after
#12102 (review)
  • Loading branch information
dvovk authored Sep 28, 2024
1 parent 7dfc912 commit 10fa19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/app/support_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var (
Name: "diagnostics.addr",
Usage: "Address of the diagnostics system provided by the support team, include unique session PIN",
Required: false,
Value: "localhost:6062",
Value: "localhost:8080",
}

debugURLsFlag = cli.StringSliceFlag{
Expand Down

0 comments on commit 10fa19c

Please sign in to comment.