forest-portal 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://172.16.90.253:3306/forest-cloud-mall?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
  4. username: root
  5. password: 123456
  6. druid:
  7. initial-size: 5
  8. min-idle: 10
  9. max-active: 20
  10. web-stat-filter:
  11. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  12. stat-view-servlet:
  13. login-username: druid
  14. login-password: druid
  15. boot:
  16. admin:
  17. client:
  18. url: http://localhost:9091
  19. data:
  20. mongodb:
  21. host: 172.16.90.253
  22. port: 27017
  23. database: mall-port
  24. redis:
  25. host: 172.16.90.253
  26. database: 0
  27. port: 6379
  28. password: 123456
  29. timeout: 300ms
  30. rabbitmq:
  31. host: 172.16.90.64
  32. port: 5672
  33. virtual-host: /forest
  34. username: forest
  35. password: 123456
  36. publisher-confirms: true
  37. logging:
  38. level:
  39. org.springframework.data.mongodb.core: debug
  40. com.hwrj.cloud.portal.mapper: debug
  41. com.hwrj.cloud.portal.dao: debug
  42. mybatis:
  43. mapper-locations:
  44. - classpath:dao/*.xml
  45. - classpath*:com/**/mapper/*.xml
  46. jwt:
  47. tokenHeader: Authorization
  48. secret: forest-admin-secret
  49. expiration: 604800
  50. tokenHead: Bearer
  51. secure:
  52. ignored:
  53. urls:
  54. - /swagger-ui.html
  55. - /swagger-resources/**
  56. - /swagger/**
  57. - /**/v2/api-docs
  58. - /**/*.js
  59. - /**/*.css
  60. - /**/*.png
  61. - /**/*.ico
  62. - /webjars/springfox-swagger-ui/**
  63. - /druid/**
  64. - /actuator/**
  65. - /sso/**
  66. - /wechat/**
  67. - /home/**
  68. - /product/**
  69. - /brand/**
  70. rabbitmq:
  71. queue:
  72. name:
  73. cancelOrder: cancelOrderQueue
  74. redis:
  75. database: forest
  76. key:
  77. authCode: 'ums:authCode'
  78. telLoginCode: 'ums:authCode'
  79. orderId: 'oms:orderId'
  80. member: 'ums:member'
  81. token: 'ums:token'
  82. expire:
  83. authCode: 90
  84. authLoginCode: 240
  85. common: 86400
  86. forest:
  87. wx:
  88. password: forest123456
  89. sms:
  90. accessKeyId: LTAICB9TH0OAN3yJ
  91. accessKeySecret: lCuyL3MUQRLfoVw39W0NqWdVGoLV60
  92. signName: hywa
  93. wx:
  94. mp:
  95. aesKey: 123
  96. appId: wxbe90cc7c5233dd84
  97. secret: ec4a18ce1a7bcf17cf592c3d57cec68a
  98. token: 123
  99. url: http://wx.hw.hongweisoft.com/zddapi/forest-portal/wechat/h5/userInfo
  100. before: http://172.16.90.25:8080