12345678910111213141516171819 |
- cname: "xxxx"
- endpoint: "xxxx"
- accessKeyId: "xxxx"
- accessKeySecret: "xxxx"
- bucketName: "xxxx"
- cname2: "xxxx"
- endpoint2: "xxxx"
- accessKeyId2: "xxxx"
- accessKeySecret2: "xxxx"
- bucketName2: "xxxx"
- codeDir: "/root/cicv-data-closedloop/trigger/" # 编译后的插件存放目录
- vaildateCmd: "/root/cicv-data-closedloop/deploy/exe/plugin-vaildate.exe" # 编译命令
- servicePort: 12340
- serviceName: "plugin-compile"
- logDir: "/root/cicv-data-closedloop/deploy/log/"
|