test.json 660 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "appId":"content",
  3. "env":"test",
  4. "description":"内容服务",
  5. "alwaysBuild":true,
  6. "enable":true,
  7. "appType":"dotnetCore",
  8. "appRepo":"https://codeup.aliyun.com/5f1f8daf6207a1a8b17f6742/background/ContentService.git",
  9. "branch":"develop",
  10. "dirname":"ContentService",
  11. "compileHome":"",
  12. "buildConfigVO":{
  13. "repo":"git-codeup",
  14. "compiler":"dotnet5-dev",
  15. "packer":"docker-dev"
  16. },
  17. "runningConfig":{
  18. "httpPort":8002,
  19. "healthCheck":"/health",
  20. "logs":[
  21. {
  22. "type":"console",
  23. "level":"info"
  24. },
  25. {
  26. "type":"console",
  27. "level":"info"
  28. }
  29. ]
  30. },
  31. "notifier":"ding-dev"
  32. }