carbon-h5.yml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. spring:
  2. http:
  3. multipart:
  4. maxFileSize: 30Mb
  5. maxRequestSize: 30Mb
  6. mvc:
  7. static-path-pattern: /**
  8. resources:
  9. static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,file:${img.location}
  10. datasource:
  11. url: jdbc:mysql://172.16.90.253:3306/cq-carbon-platform-dev?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
  12. username: root
  13. password: 123456
  14. druid:
  15. initial-size: 5
  16. min-idle: 10
  17. max-active: 20
  18. web-stat-filter:
  19. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  20. stat-view-servlet:
  21. login-username: druid
  22. login-password: druid
  23. boot:
  24. admin:
  25. client:
  26. url: http://localhost:9091
  27. data:
  28. mongodb:
  29. host: 172.16.90.253
  30. port: 27017
  31. database: mall-port
  32. redis:
  33. host: 172.16.90.253
  34. database: 0
  35. port: 6379
  36. password: 123456
  37. timeout: 300ms
  38. rabbitmq:
  39. host: 172.16.90.64
  40. port: 5672
  41. virtual-host: /forest
  42. username: forest
  43. password: 123456
  44. publisher-confirms: true
  45. myredis:
  46. address: redis://${spring.redis.host}:${spring.redis.port}
  47. passord: ${spring.redis.password}
  48. logging:
  49. level:
  50. org.springframework.data.mongodb.core: debug
  51. com.hwrj.cloud.portal.mapper: debug
  52. com.hwrj.cloud.portal.dao: debug
  53. com.hcloud: debug
  54. mybatis:
  55. # 搜索指定包别名
  56. typeAliasesPackage: com.hcloud.microserver.h5.entity,com.hcloud.microserver.h5.facade.carbon
  57. mapper-locations:
  58. - classpath:*/*.xml
  59. - classpath:carbon/*.xml
  60. - classpath*:com/**/mapper/*.xml
  61. rabbitmq:
  62. queue:
  63. name:
  64. cancelOrder: cancelOrderQueue
  65. redis:
  66. database: carbon
  67. key:
  68. authCode: 'sys:authCode'
  69. telLoginCode: 'sys:authCode'
  70. orderId: 'sys:orderId'
  71. member: 'sys:member'
  72. token: 'sys:token'
  73. expire:
  74. authCode: 90
  75. authLoginCode: 240
  76. common: 86400
  77. # jwt:
  78. # #JWT存储的请求头
  79. # tokenHeader: Authorization
  80. # #JWT加解密使用的密钥
  81. # secret: carbon-admin-secret
  82. # #JWT的超期限时间(60*60*24*7)
  83. # expiration: 604800
  84. # #JWT负载中拿到开头
  85. # tokenHead: Bearer
  86. carbon:
  87. wx:
  88. password: forest123456
  89. sms:
  90. accessKeyId: LTAICB9TH0OAN3yJ
  91. accessKeySecret: lCuyL3MUQRLfoVw39W0NqWdVGoLV60
  92. signName: hywa
  93. wx:
  94. auth:
  95. baseurl: http://cqthht.hongweisoft.com/ht/wap/weChat/baseLogin
  96. redirecturl: http://cqthht.hongweisoft.com/ht/wap/weChat/doLogin
  97. weChatforwardurl: http://cqth.hongweisoft.com?userId=
  98. wxpaycallbackurl: http://cqthht.hongweisoft.com/ht/wap/weChat/payResultNotified
  99. mp:
  100. appId: wxbe90cc7c5233dd84
  101. secret: ec4a18ce1a7bcf17cf592c3d57cec68a
  102. aesKey: 123
  103. token: 123
  104. pay:
  105. appId: wxc950eea640108c5e
  106. mchId: 1583849731
  107. mchKey: B5F5A628C91D869F4CA357D2BCD63006
  108. wxpayAppcallbackurl: http://wx.hw.hongweisoft.com/cqthminapp/carbon-h5/wechat/pay/payResultNotified
  109. flag: test
  110. ma:
  111. appId: wxc950eea640108c5e
  112. secret: 6df8516d6b483bc84368239c238c7cd6
  113. img:
  114. location: E:/FakeFTP/
  115. accessKeyId: LTAICB9TH0OAN3yJ
  116. accessKeySecret: lCuyL3MUQRLfoVw39W0NqWdVGoLV60
  117. export:
  118. file:
  119. excel:
  120. path: E:/FakeFTP/
  121. signName: 慧云网安