app.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "appId": "content",
  3. "description": "内容服务",
  4. "hosts": ["localhost"],
  5. "port":8002,
  6. "healthCheck": "/health",
  7. "entryDir": "/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
  8. "configFiles": {
  9. "appsettings":"test data"
  10. },
  11. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  12. "repo": "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/ContentService",
  13. "dependencyRepos": [
  14. "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/DataCenter",
  15. "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/ContentService",
  16. "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/UserService",
  17. "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/DotNetCore"
  18. ],
  19. "repoConfig":{
  20. "repoId": "svn",
  21. "repoType":1,
  22. "username":"gjs",
  23. "password":"gjs1234"
  24. },
  25. "compileConfig": {
  26. "compileId": "dotnet2.2",
  27. "appType": 2,
  28. "script": "/home/reghao/opt/env/dotnet/dotnet-sdk-2.2.101/dotnet publish"
  29. },
  30. "packConfig": {
  31. "packId": "docker 打包",
  32. "packType": 1,
  33. "appPath": "192.168.0.222:5000/iquizoo3x"
  34. },
  35. "notifier": {
  36. "notifierId": "ding",
  37. "notifierType": 3,
  38. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  39. }
  40. }