test.json 778 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "deployConfigs":[
  18. {
  19. "machineId": "5d1a727991f34d3a9c1220a1899e6ebd",
  20. "packerType":"docker"
  21. }
  22. ],
  23. "runningConfig":{
  24. "httpPort":8002,
  25. "healthCheck":"/health",
  26. "logs":[
  27. {
  28. "type":"console",
  29. "level":"error"
  30. },
  31. {
  32. "type":"file",
  33. "level":"info"
  34. }
  35. ]
  36. },
  37. "notifier":"ding-dev"
  38. }