We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a614582 commit 442c98dCopy full SHA for 442c98d
components/playground/instance/tiproxy.go
@@ -66,7 +66,7 @@ func (c *TiProxy) MetricAddr() (r MetricAddr) {
66
67
// Start implements Instance interface.
68
func (c *TiProxy) Start(ctx context.Context, version utils.Version) error {
69
- endpoints := pdEndpoints(c.pds, true)
+ endpoints := pdEndpoints(c.pds, false)
70
71
configPath := filepath.Join(c.Dir, "config", "proxy.toml")
72
dir := filepath.Dir(configPath)
0 commit comments