Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

173 строки
4.5 KiB

  1. spring:
  2. profiles:
  3. #include: aliyunRocketMQ
  4. include: rabbitMQ
  5. # JDBC
  6. datasource:
  7. url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
  8. username: root
  9. password: fm2020test
  10. type: com.alibaba.druid.pool.DruidDataSource
  11. driver-class-name: com.mysql.cj.jdbc.Driver
  12. filters: stat
  13. maxActive: 20
  14. initialSize: 1
  15. maxWait: 60000
  16. minIdle: 1
  17. timeBetweenEvictionRunsMillis: 28000
  18. minEvictableIdleTimeMillis: 28000
  19. validationQuery: select 'x'
  20. testWhileIdle: true
  21. testOnBorrow: false
  22. testOnReturn: false
  23. poolPreparedStatements: true
  24. maxOpenPreparedStatements: 20
  25. connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000"
  26. #jackson:
  27. #date-format: yyyy-MM-dd HH:mm:ss
  28. # REDIS
  29. redis:
  30. host: 202.165.179.86
  31. port: 6379
  32. password: iF0rm@2l2ol9
  33. timeout: 3600
  34. expire: 1800 #30分钟
  35. database: 5
  36. defaultExpiration: 2592000 # 默认生命周期30天
  37. jedis:
  38. pool:
  39. max-active: 100
  40. max-idle: 500
  41. max-wait: -1
  42. min-idle: 10
  43. # SMS
  44. aliyun:
  45. sms:
  46. accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
  47. accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry
  48. product: Dysmsapi
  49. domain: dysmsapi.aliyuncs.com
  50. regionId: cn-hangzhou
  51. dateFormat: yyyyMMdd
  52. endpointName: cn-hangzhou
  53. oss:
  54. endpoint: oss-cn-beijing.aliyuncs.com
  55. keyid: LTAI4G7ixY4AhvM35F8o3W3V
  56. keysecret: VfWqGb83qIQrS9us45utskl8itd7ry
  57. bucketname: formall
  58. filehost: malinkcallback
  59. filedomain: https://formall.oss-accelerate.aliyuncs.com
  60. # EMAIL
  61. mail:
  62. host: smtp.exmail.qq.com
  63. username: service@iformall.com
  64. password: jGvApygXN7wc5SzN # 授权密码
  65. properties:
  66. mail:
  67. smtp:
  68. auth: true
  69. starttls:
  70. enable: true
  71. socketFactory:
  72. port: 465
  73. class: javax.net.ssl.SSLSocketFactory
  74. # ROCKETMQ
  75. rocketmq:
  76. nameServer: 127.0.0.1:9876
  77. producer:
  78. retry-times-when-send-async-failed: 0
  79. send-msg-timeout: 300000
  80. compress-msg-body-over-howmuch: 4096
  81. max-message-size: 4194304
  82. retry-another-broker-when-not-store-ok: false
  83. retry-times-when-send-failed: 2
  84. # RABBITMQ
  85. rabbitmq:
  86. host: 202.165.179.86
  87. port: 5672
  88. username: fumao
  89. password: f9l98&*%%u7flt33
  90. publisher-confirms: true
  91. publisher-returns: false
  92. virtual-host: /
  93. aliyunRocketmq:
  94. accessKeyId: "LTAI4G7ixY4AhvM35F8o3W3V"
  95. accessKeySecret: "VfWqGb83qIQrS9us45utskl8itd7ry"
  96. groupId: "GID_P_1"
  97. namesrvAddr: "http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080"
  98. aws:
  99. clientRegion: cn-northwest-1
  100. bucketName: iformall-net
  101. access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
  102. secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
  103. #wechat:
  104. # web:
  105. # appId: "wxe31beafbfd8295ba"
  106. # secret: "c689fabf3c4c9f5b6424ff2a36a26727"
  107. # url: "https://mall.youlane.cn"
  108. # open:
  109. # componentAppId: "wx897e4673286c915d"
  110. # componentSecret: "cdfdfda65c45689beb6766c4c427eed2"
  111. # componentToken: "formall2018"
  112. # componentAesKey: "htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN"
  113. # redis:
  114. # host: 101.201.103.81
  115. # port: 6379
  116. # password: ENC(xPFDlgd6v8zUhJMbcKc0KmmQiqs9qHtk)
  117. # timeout: 3600
  118. # expire: 1800 #30分钟
  119. # database: 2
  120. # defaultExpiration: 2592000 # 默认生命周期30天
  121. # jedis:
  122. # pool:
  123. # max-active: 100
  124. # max-idle: 500
  125. # max-wait: -1
  126. # min-idle: 10
  127. wechat:
  128. web:
  129. appId: "wx091907dd0bfd3f6b"
  130. secret: "2a2ca10738998b9ef92c1fe8a4d366a6"
  131. url: "https://admintest.malls.iformall.com"
  132. open:
  133. componentAppId: wxdfc8fb4e62d6b52b
  134. componentSecret: 98daa62b316dd6feabaad708327ce233
  135. componentToken: formall2018
  136. componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
  137. redis:
  138. host: 202.165.179.86
  139. port: 6379
  140. password: iF0rm@2l2ol9
  141. timeout: 3600
  142. expire: 1800 #30分钟
  143. database: 2
  144. defaultExpiration: 2592000 # 默认生命周期30天
  145. jedis:
  146. pool:
  147. max-active: 100
  148. max-idle: 100
  149. max-wait: -1
  150. min-idle: 10
  151. jasypt:
  152. encryptor:
  153. password: oRqdnDbK5pj3eMmB
  154. fm:
  155. exception: false
  156. exception_emails: houtaikaifa@iformall.com
  157. deploy: 1
  158. open: true
  159. upload_dir: /home/test/server/uploads/
  160. logging:
  161. level:
  162. com.iformall: debug
  163. path: ./logs/admin