1
0
forked from x/icebergs

fix dream boot

This commit is contained in:
shylinux 2019-12-28 19:48:05 +08:00
parent 7ee7e21631
commit 8b6acbccc3

View File

@ -346,7 +346,7 @@ var Index = &ice.Context{Name: "web", Help: "网页模块",
"buffer.r", 4096, "buffer.w", 4096,
)},
ice.WEB_DREAM: {Name: "dream", Help: "梦想家", Value: kit.Data("path", "usr/local/work",
"cmd", []interface{}{ice.CLI_SYSTEM, "sh", "ice.sh", "start", ice.WEB_SPACE, "connect"},
"cmd", []interface{}{ice.CLI_SYSTEM, "ice.sh", "start", ice.WEB_SPACE, "connect"},
)},
ice.WEB_FAVOR: {Name: "favor", Help: "收藏夹", Value: kit.Data(kit.MDB_SHORT, kit.MDB_NAME)},
ice.WEB_CACHE: {Name: "cache", Help: "缓存池", Value: kit.Data(kit.MDB_SHORT, "text", "path", "var/file", "store", "var/data", "limit", "30", "least", "10")},