Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

175 řádky
4.4 KiB

  1. spring:
  2. profiles:
  3. include: rabbitMQ
  4. # JDBC
  5. datasource:
  6. url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
  7. username: root
  8. password: fm2020test
  9. type: com.alibaba.druid.pool.DruidDataSource
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. filters: stat
  12. maxActive: 20
  13. initialSize: 1
  14. maxWait: 60000
  15. minIdle: 1
  16. timeBetweenEvictionRunsMillis: 28000
  17. minEvictableIdleTimeMillis: 28000
  18. validationQuery: select 'x'
  19. testWhileIdle: true
  20. testOnBorrow: false
  21. testOnReturn: false
  22. poolPreparedStatements: true
  23. maxOpenPreparedStatements: 20
  24. connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000"
  25. #jackson:
  26. #date-format: yyyy-MM-dd HH:mm:ss
  27. # REDIS
  28. redis:
  29. host: 101.200.130.134
  30. port: 6379
  31. password: iF0rm@2l2ol9
  32. timeout: 3600
  33. expire: 1800 #30分钟
  34. database: 1
  35. defaultExpiration: 2592000 # 默认生命周期30天
  36. jedis:
  37. pool:
  38. max-active: 100
  39. max-idle: 500
  40. max-wait: -1
  41. min-idle: 10
  42. # SMS
  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: malinksysadmin
  58. filedomain: https://formall.oss-accelerate.aliyuncs.com
  59. # EMAIL
  60. mail:
  61. host: smtp.exmail.qq.com
  62. username: service@iformall.com
  63. password: jGvApygXN7wc5SzN # 授权密码
  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: 101.200.130.134
  86. port: 5672
  87. username: fumao
  88. password: f9l98
  89. publisher-confirms: true
  90. publisher-returns: false
  91. virtual-host: /
  92. flyway:
  93. enabled: true
  94. aws:
  95. clientRegion: cn-northwest-1
  96. bucketName: iformall-net
  97. access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
  98. secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
  99. #wechat:
  100. # web:
  101. # appId: "wxe31beafbfd8295ba"
  102. # secret: "c689fabf3c4c9f5b6424ff2a36a26727"
  103. # url: "https://mall.youlane.cn"
  104. # open:
  105. # componentAppId: "wxdfc8fb4e62d6b52b"
  106. # componentSecret: "98daa62b316dd6feabaad708327ce233"
  107. # componentToken: "formall2018"
  108. # componentAesKey: "htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN"
  109. # redis:
  110. # host: 101.201.103.81
  111. # port: 6379
  112. # password: ENC(xPFDlgd6v8zUhJMbcKc0KmmQiqs9qHtk)
  113. # timeout: 3600
  114. # expire: 1800 #30分钟
  115. # database: 5
  116. # defaultExpiration: 2592000 # 默认生命周期30天
  117. # jedis:
  118. # pool:
  119. # max-active: 100
  120. # max-idle: 500
  121. # max-wait: -1
  122. # min-idle: 10
  123. wechat:
  124. web:
  125. appId: "wx091907dd0bfd3f6b"
  126. secret: "2a2ca10738998b9ef92c1fe8a4d366a6"
  127. url: "https://admintest.malls.iformall.com"
  128. open:
  129. componentAppId: wxdfc8fb4e62d6b52b
  130. componentSecret: 98daa62b316dd6feabaad708327ce233
  131. componentToken: formall2018
  132. componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
  133. redis:
  134. host: 101.200.130.134
  135. port: 6379
  136. password: iF0rm@2l2ol9
  137. timeout: 3600
  138. expire: 1800 #30分钟
  139. database: 2
  140. defaultExpiration: 2592000 # 默认生命周期30天
  141. jedis:
  142. pool:
  143. max-active: 100
  144. max-idle: 100
  145. max-wait: -1
  146. min-idle: 10
  147. jasypt:
  148. encryptor:
  149. password: oRqdnDbK5pj3eMmB
  150. fm:
  151. exception: true
  152. exception_emails: xuxiaohu@iformall.com
  153. deploy: 1
  154. open: true
  155. upload_dir: /home/test/server/uploads/
  156. ocr_data: /root/ocr_data/
  157. ueditor:
  158. config: config.json
  159. unified: true
  160. upload-path: ./upload/
  161. url-prefix: ""
  162. logging:
  163. level:
  164. com.iformall: debug
  165. path: ./logs/admin