forked from DevOps/deploy.stack
dac85a799c
初始化项目的crush配置,指定schema地址和当前目录为上下文路径
7 lines
96 B
JSON
7 lines
96 B
JSON
{
|
|
"$schema": "https://charm.land/crush.json",
|
|
"options": {
|
|
"context_paths": ["."]
|
|
}
|
|
}
|