application-bak.yaml 564 B

12345678910111213141516171819202122232425
  1. cname: "xxxx"
  2. endpoint: "xxxx"
  3. accessKeyId: "xxxx"
  4. accessKeySecret: "xxxx"
  5. bucketName: "xxxx"
  6. cname2: "xxxx"
  7. endpoint2: "xxxx"
  8. accessKeyId2: "xxxx"
  9. accessKeySecret2: "xxxx"
  10. bucketName2: "xxxx"
  11. cname3: "xxxx"
  12. endpoint3: "xxxx"
  13. accessKeyId3: "xxxx"
  14. accessKeySecret3: "xxxx"
  15. bucketName3: "xxxx"
  16. codeDir: "/root/cicv-data-closedloop/trigger/" # 编译后的插件存放目录
  17. vaildateCmd: "/root/cicv-data-closedloop/deploy/exe/plugin-vaildate.exe" # 编译命令
  18. servicePort: 12340
  19. serviceName: "plugin-compile"
  20. logDir: "/root/cicv-data-closedloop/deploy/log/"