Skip to content

Commit

Permalink
Update serviceconf.go (zeromicro#460)
Browse files Browse the repository at this point in the history
add regression environment config
  • Loading branch information
bittoy authored Feb 9, 2021
1 parent 211f305 commit 28009c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/service/serviceconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
type ServiceConf struct {
Name string
Log logx.LogConf
Mode string `json:",default=pro,options=dev|test|pre|pro"`
Mode string `json:",default=pro,options=dev|test|rt|pre|pro"`
MetricsUrl string `json:",optional"`
Prometheus prometheus.Config `json:",optional"`
}
Expand Down

0 comments on commit 28009c4

Please sign in to comment.