app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "appId":"content",
  3. "dirname":"ContentService",
  4. "description":"内容服务",
  5. "env":"dev",
  6. "entryDir":"/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
  7. "appRepo":"svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20200509/ContentService",
  8. "dependencyRepos":"svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20200509/DataCenter,svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20200509/ContentService,svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20200509/UserService,svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Service/branches/20200509/DotNetCore",
  9. "appBuild":{
  10. "appUpdate":{
  11. "repoName":"svn-214",
  12. "repoType":"svn",
  13. "username":"gjs",
  14. "password":"gjs1234"
  15. },
  16. "appCompile":{
  17. "compilerName":"dotnet2.2",
  18. "compilerType":"dotnet",
  19. "compilerHome":"/home/reghao/opt/env/dotnet/dotnet-sdk-2.2.101",
  20. "script":"dotnet publish"
  21. },
  22. "appPack":{
  23. "packerName":"docker",
  24. "packerType":"docker",
  25. "packerPath":"192.168.0.222:5000/iq3x"
  26. }
  27. },
  28. "appDeploy":{
  29. "hosts":"localhost",
  30. "httpPort":8002,
  31. "healthCheck":"/health",
  32. "runningDir":""
  33. },
  34. "notification":{
  35. "notifyName":"ding 通知",
  36. "notifyType":"ding",
  37. "destination":"https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  38. }
  39. }