application-dev.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. server:
  2. port: 9036
  3. servlet:
  4. context-path: /jinlun
  5. spring:
  6. datasource:
  7. url: jdbc:mysql://172.16.10.1:3306/cloudpivot?serverTimezone=GMT%2B8
  8. username: root
  9. password: test123456!@#$%
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. enable:
  12. scheduling: false
  13. logging:
  14. config: classpath:logback-spring.xml
  15. path: d:\\jinlun_cloudpure\logs\
  16. level:
  17. com.malk.*: debug
  18. # dingtalk
  19. dingtalk:
  20. agentId: 3366214854
  21. appKey: dingntvkzjzxdx8h2m1s
  22. appSecret: YfaV5mYOL4F--P8P_G9aD8DP_a8_IgM6dBILsSaTb4LeUZYSntacol55O1tJuqcU
  23. corpId: ding923faa53d9d45937acaaa37764f94726
  24. aesKey:
  25. token:
  26. operator: 344749020127590108
  27. # teambition
  28. teambition:
  29. AppID: 68ef594a7e7b5487e864f1ca
  30. AppSecret: cOHex1jvPDLucx1KHDzAcG34rUdpInSg
  31. TenantId: 61e7fd84ba45dcd4761d31f5
  32. OperatorId: 68b7ec4b03fae569a6cfdbfd # TBManager
  33. #云枢
  34. cloudpivot:
  35. grant_type: client_credentials
  36. client_id: xclient
  37. client_secret: 0a417ecce58c31b32364ce19ca8fcd15
  38. redirect_uri: http://172.16.10.1/api/
  39. ##operator_user_id: 8ac194c0811240a6b483ebc86aeb9147
  40. operator_user_id: 2098b083a6d34ac38cc93b30838c28bd
  41. kingdee:
  42. # 第三方系统登录授权的账套ID
  43. X-KDApi-AcctID: 66816d8a115ffc
  44. # 第三方系统登录授权的用户
  45. X-KDApi-UserName: Administrator
  46. # 第三方系统登录授权的应用ID
  47. X-KDApi-AppID: 295561_7e1I0bHHVqGaSZxJ7Z4pVxxs7L5bxMMI
  48. # 第三方系统登录授权的应用密钥
  49. X-KDApi-AppSec: 0f51467e39764b548ec3d75159dfbd2b
  50. # 服务Url地址(公有云统一走网关sdk底层已处理,无需传X-KDApi-ServerUrl,下面这行需要注释)
  51. X-KDApi-ServerUrl: http://192.168.0.87/k3Cloud/
  52. # 账套语系,默认2052
  53. # X-KDApi-LCID: 2052
  54. # 组织编码,启用多组织时配置对应的组织编码才有效
  55. # X-KDApi-OrgNum: 100
  56. # 允许的最大连接延时,单位为秒
  57. # X-KDApi-ConnectTimeout: 120
  58. # 允许的最大读取延时,单位为秒
  59. # X-KDApi-RequestTimeout: 120