Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

181 wiersze
4.6 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&allowMultiQueries=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=60000"
  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. aliyun:
  44. sms:
  45. accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
  46. accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry
  47. product: Dysmsapi
  48. domain: dysmsapi.aliyuncs.com
  49. regionId: cn-hangzhou
  50. dateFormat: yyyyMMdd
  51. endpointName: cn-hangzhou
  52. oss:
  53. endpoint: oss-cn-beijing.aliyuncs.com
  54. keyid: LTAI4G7ixY4AhvM35F8o3W3V
  55. keysecret: VfWqGb83qIQrS9us45utskl8itd7ry
  56. bucketname: formall
  57. filehost: malinkadmin
  58. filedomain: https://formall.oss-accelerate.aliyuncs.com
  59. # EMAIL
  60. mail:
  61. host: smtp.exmail.qq.com
  62. username: zhengfangyuan@iformall.com
  63. password: xnydCeUzofB2h8qp # 授权密码
  64. properties:
  65. mail:
  66. smtp:
  67. auth: true
  68. starttls:
  69. enable: true
  70. socketFactory:
  71. port: 465
  72. class: javax.net.ssl.SSLSocketFactory
  73. # ROCKETMQ
  74. rocketmq:
  75. nameServer: 127.0.0.1:9876
  76. producer:
  77. retry-times-when-send-async-failed: 0
  78. send-msg-timeout: 300000
  79. compress-msg-body-over-howmuch: 4096
  80. max-message-size: 4194304
  81. retry-another-broker-when-not-store-ok: false
  82. retry-times-when-send-failed: 2
  83. # RABBITMQ
  84. rabbitmq:
  85. host: 202.165.179.86
  86. port: 5672
  87. username: fumao
  88. password: f9l98&*%%u7flt33
  89. publisher-confirms: true
  90. publisher-returns: false
  91. virtual-host: /
  92. aliyunRocketmq:
  93. accessKeyId: "LTAI4G7ixY4AhvM35F8o3W3V"
  94. accessKeySecret: "VfWqGb83qIQrS9us45utskl8itd7ry"
  95. groupId: "GID_P_1"
  96. namesrvAddr: "http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080"
  97. flyway:
  98. enabled: false
  99. aws:
  100. clientRegion: cn-northwest-1
  101. bucketName: iformall-net
  102. access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
  103. secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
  104. #wechat:
  105. # web:
  106. # appId: "wxe31beafbfd8295ba"
  107. # secret: "c689fabf3c4c9f5b6424ff2a36a26727"
  108. # url: "https://mall.youlane.cn"
  109. # open:
  110. # componentAppId: "wx897e4673286c915d"
  111. # componentSecret: "cdfdfda65c45689beb6766c4c427eed2"
  112. # componentToken: "formall2018"
  113. # componentAesKey: "htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN"
  114. # redis:
  115. # host: 202.165.179.86
  116. # port: 6379
  117. # password: iF0rm@2l2ol9
  118. # timeout: 3600
  119. # expire: 1800 #30分钟
  120. # database: 2
  121. # defaultExpiration: 2592000 # 默认生命周期30天
  122. # jedis:
  123. # pool:
  124. # max-active: 100
  125. # max-idle: 500
  126. # max-wait: -1
  127. # min-idle: 10
  128. wechat:
  129. web:
  130. appId: "wx091907dd0bfd3f6b"
  131. secret: "2a2ca10738998b9ef92c1fe8a4d366a6"
  132. url: "https://admintest.malls.iformall.com"
  133. open:
  134. componentAppId: wxdfc8fb4e62d6b52b
  135. componentSecret: 98daa62b316dd6feabaad708327ce233
  136. componentToken: formall2018
  137. componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
  138. redis:
  139. host: 202.165.179.86
  140. port: 6379
  141. password: iF0rm@2l2ol9
  142. timeout: 3600
  143. expire: 1800 #30分钟
  144. database: 2
  145. defaultExpiration: 2592000 # 默认生命周期30天
  146. jedis:
  147. pool:
  148. max-active: 100
  149. max-idle: 100
  150. max-wait: -1
  151. min-idle: 10
  152. jasypt:
  153. encryptor:
  154. password: oRqdnDbK5pj3eMmB
  155. fm:
  156. exception: false
  157. exception_emails: zhengfangyuan@iformall.com,xuxiaohu@iformall.com
  158. deploy: 1
  159. open: true
  160. upload_dir: /home/test/server/uploads/
  161. ueditor:
  162. config: config.json
  163. unified: true
  164. upload-path: ./upload/
  165. url-prefix: ""
  166. logging:
  167. level:
  168. com.iformall: debug
  169. path: ./logs/admin