forked from x/ContextOS
add runtime.usernmae
This commit is contained in:
parent
672622b71f
commit
fb213e578b
@ -111,6 +111,7 @@ var Index = &ctx.Context{Name: "cli", Help: "管理中心",
|
|||||||
"boot": map[string]interface{}{
|
"boot": map[string]interface{}{
|
||||||
"web_port": ":9094",
|
"web_port": ":9094",
|
||||||
"ssh_port": ":9090",
|
"ssh_port": ":9090",
|
||||||
|
"username": "shy",
|
||||||
},
|
},
|
||||||
}, Help: "运行环境"},
|
}, Help: "运行环境"},
|
||||||
"system": &ctx.Config{Name: "system", Value: map[string]interface{}{
|
"system": &ctx.Config{Name: "system", Value: map[string]interface{}{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user