From 28009c4224687a94de5740887af0f18c7d791983 Mon Sep 17 00:00:00 2001 From: bittoy Date: Tue, 9 Feb 2021 15:35:50 +0800 Subject: [PATCH] Update serviceconf.go (#460) add regression environment config --- core/service/serviceconf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/service/serviceconf.go b/core/service/serviceconf.go index f45f05ad..91cf6676 100644 --- a/core/service/serviceconf.go +++ b/core/service/serviceconf.go @@ -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"` }