Skip to content

Commit

Permalink
Merge e461aa8 into a713f26
Browse files Browse the repository at this point in the history
  • Loading branch information
srstack authored Nov 22, 2021
2 parents a713f26 + e461aa8 commit 8c16c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/playground/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const (

// hosts
clusterHost = "host"
dbHost = "db.Host"
dbPort = "db.Port"
pdHost = "pd.Host"
dbHost = "db.host"
dbPort = "db.port"
pdHost = "pd.host"

// config paths
dbConfig = "db.config"
Expand Down

0 comments on commit 8c16c2b

Please sign in to comment.