1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

add runtime.usernmae

This commit is contained in:
shylinux 2019-06-26 07:40:39 +08:00
parent 672622b71f
commit fb213e578b

View File

@ -111,6 +111,7 @@ var Index = &ctx.Context{Name: "cli", Help: "管理中心",
"boot": map[string]interface{}{
"web_port": ":9094",
"ssh_port": ":9090",
"username": "shy",
},
}, Help: "运行环境"},
"system": &ctx.Config{Name: "system", Value: map[string]interface{}{