Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nianjin committed Dec 25, 2017
1 parent cecca6e commit 59573d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/globalContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
Port = flag.Int("port", 0, "agent listen port")
Mport = flag.Int("mport", 0, "agent manage port")
Pidfile = flag.String("pidfile", "", "agent manage port")
CfgFile = flag.String("c", "/Users/zengnjin/go/src/git.intra.weibo.com/openapi_rd/weibo-motan-go/main/motan.yaml", "motan run conf")
CfgFile = flag.String("c", "./motan.yaml", "motan run conf")
LocalIP = flag.String("localIP", "", "local ip for motan register")
)

Expand Down

0 comments on commit 59573d9

Please sign in to comment.