app-in-proj.json 650 B

123456789101112131415161718192021
  1. {
  2. "appId":"content",
  3. "dirname":"ContentService",
  4. "description":"内容服务",
  5. "appRepo":"/ContentService",
  6. "dependencyRepos":"/DataCenter,/ContentService,/UserService,/DotNetCore",
  7. "env":"dev",
  8. "entryDir":"/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
  9. "projId":"branch-20200509",
  10. "appDeploy":{
  11. "hosts":"localhost",
  12. "httpPort":8002,
  13. "healthCheck":"/health",
  14. "runningDir":""
  15. },
  16. "notification":{
  17. "notifyName":"ding 通知",
  18. "notifyType":"ding",
  19. "destination":"https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  20. }
  21. }