From 62cec6ac0588820795ef68fba32120f657b9103c Mon Sep 17 00:00:00 2001 From: gaoshiyao Date: Wed, 6 Nov 2019 19:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E7=94=B1=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 2f9e97d..79f5aef 100644 --- a/src/main.go +++ b/src/main.go @@ -22,7 +22,7 @@ var ( argPrefix = pflag.String("prefix", "/bgmesh/fiddler", "") redisUrl = pflag.String("redisUrl", "redis://k8s.wodcloud.com:16379", "") redisTag = pflag.String("redisTag", "apaas-mesh-proxy", "") - confPath = pflag.String("confPath", "/app/config/proxy.yaml", "") + confPath = pflag.String("confPath", "/app/config/proxy.json", "") ) func main() { -- 2.26.0