mirror of
https://gitee.com/BDWare/ypk-deploy-tool
synced 2026-02-14 16:09:26 +00:00
add simple-ypk-packer
This commit is contained in:
27
testinput/generateAllConf.json
Normal file
27
testinput/generateAllConf.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"generateTasks": [
|
||||
{
|
||||
"isBatch": true,
|
||||
"dir": "./testinput/deploy",
|
||||
"template": "controlproxy.json.template",
|
||||
"commvar": "commonvar.json",
|
||||
"files": "controlproxyfiles.json"
|
||||
},
|
||||
{
|
||||
"isBatch": true,
|
||||
"dir": "./testinput/deploy",
|
||||
"template": "router.json.template",
|
||||
"commvar": "commonvar.json",
|
||||
"files": "routerfiles.json"
|
||||
},
|
||||
{
|
||||
"isBatch": true,
|
||||
"dir": "./testinput/deploy",
|
||||
"template": "auditproxy.json.template",
|
||||
"commvar": "commonvar.json",
|
||||
"files": "auditproxyfiles.json"
|
||||
}
|
||||
],
|
||||
"deployTasks": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user