From 7d6abfd11020ff90a9b09c01b452097c38f42d7c Mon Sep 17 00:00:00 2001 From: shaoying Date: Thu, 25 Jun 2020 19:11:28 +0800 Subject: [PATCH] opt some --- base/cli/cli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/cli/cli.go b/base/cli/cli.go index 1a693976..a90fb57e 100644 --- a/base/cli/cli.go +++ b/base/cli/cli.go @@ -43,6 +43,7 @@ var Index = &ice.Context{Name: "cli", Help: "命令模块", m.Conf(RUNTIME, "conf.ctx_shy", os.Getenv("ctx_shy")) m.Conf(RUNTIME, "conf.ctx_pid", os.Getenv("ctx_pid")) m.Conf(RUNTIME, "conf.ctx_user", os.Getenv("ctx_user")) + m.Conf(RUNTIME, "conf.ctx_pod", os.Getenv("ctx_pod")) // 主机信息 m.Conf(RUNTIME, "host.GOARCH", runtime.GOARCH)