将api.yaml修改为api_node.yaml

This commit is contained in:
刘祥超
2023-08-12 15:08:22 +08:00
parent 94b9c23323
commit d416a2186c
11 changed files with 70 additions and 54 deletions

View File

@@ -49,7 +49,7 @@ function build() {
fi
fi
cp "$ROOT"/configs/api.template.yaml "$DIST"/configs
cp "$ROOT"/configs/api_node.template.yaml "$DIST"/configs
cp "$ROOT"/configs/cluster.template.yaml "$DIST"/configs
cp -R "$ROOT"/www "$DIST"/
cp -R "$ROOT"/pages "$DIST"/

View File

@@ -1,4 +1,5 @@
node.json
api.yaml
api_node.yaml
cluster.yaml
*.cache

View File

@@ -1,2 +1,2 @@
* `api.template.yaml` - API相关配置模板
* `api_node.template.yaml` - API相关配置模板
* `cluster.template.yaml` - 通过集群自动接入节点模板