Commit 62cec6ac authored by gaoshiyao's avatar gaoshiyao

更新路由设置

parent 7babed0d
...@@ -22,7 +22,7 @@ var ( ...@@ -22,7 +22,7 @@ var (
argPrefix = pflag.String("prefix", "/bgmesh/fiddler", "") argPrefix = pflag.String("prefix", "/bgmesh/fiddler", "")
redisUrl = pflag.String("redisUrl", "redis://k8s.wodcloud.com:16379", "") redisUrl = pflag.String("redisUrl", "redis://k8s.wodcloud.com:16379", "")
redisTag = pflag.String("redisTag", "apaas-mesh-proxy", "") 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() { func main() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment