chore: change port to 6060 by default in devserver (#3191)

This commit is contained in:
Kevin Wan
2023-05-01 11:18:15 +08:00
committed by GitHub
parent 1fd0c3992b
commit b028ed058d
2 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ package devserver
type Config struct {
Enabled bool `json:",default=true"`
Host string `json:",optional"`
Port int `json:",default=6470"`
Port int `json:",default=6060"`
MetricsPath string `json:",default=/metrics"`
HealthPath string `json:",default=/healthz"`
EnableMetrics bool `json:",default=true"`