Skip to content

Commit 442c98d

Browse files
committed
playground: set tiproxy addr without schema
Signed-off-by: xhe <[email protected]>
1 parent a614582 commit 442c98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/playground/instance/tiproxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (c *TiProxy) MetricAddr() (r MetricAddr) {
6666

6767
// Start implements Instance interface.
6868
func (c *TiProxy) Start(ctx context.Context, version utils.Version) error {
69-
endpoints := pdEndpoints(c.pds, true)
69+
endpoints := pdEndpoints(c.pds, false)
7070

7171
configPath := filepath.Join(c.Dir, "config", "proxy.toml")
7272
dir := filepath.Dir(configPath)

0 commit comments

Comments
 (0)