Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tikv/pd into name5
Browse files Browse the repository at this point in the history
  • Loading branch information
okJiang committed Aug 8, 2024
2 parents afc4fbe + 7741924 commit f9362a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pd-ut/alloc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"go.uber.org/zap"
)

var statusAddress = flag.String("status-addr", "0.0.0.0:20180", "status address")
var statusAddress = flag.String("status-addr", "0.0.0.0:0", "status address")

func RunHTTPServer() *http.Server {
err := os.Setenv(tempurl.AllocURLFromUT, fmt.Sprintf("http://%s/alloc", *statusAddress))
Expand Down

0 comments on commit f9362a0

Please sign in to comment.