forked from x/icebergs
opt some
This commit is contained in:
parent
381dd7139d
commit
0d3dec502b
@ -105,8 +105,7 @@ export ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); curl -sL $ctx_dev >$ct
|
|||||||
`,
|
`,
|
||||||
"base", `
|
"base", `
|
||||||
# 生产环境
|
# 生产环境
|
||||||
mkdir contexts; cd contexts
|
export ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); curl -sL $ctx_dev >$ctx_temp; source $ctx_temp ice
|
||||||
export ctx_log=/dev/stdout ctx_dev={{.Option "httphost"}} ctx_temp=$(mktemp); curl -sL $ctx_dev >$ctx_temp; source $ctx_temp ice
|
|
||||||
`,
|
`,
|
||||||
"miss", `
|
"miss", `
|
||||||
# 开发环境
|
# 开发环境
|
||||||
|
Loading…
x
Reference in New Issue
Block a user