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ů.

126 řádky
3.2 KiB

  1. spring:
  2. profiles:
  3. include: rabbitMQ
  4. # JDBC
  5. datasource:
  6. url: jdbc:mysql://202.165.179.86:3306/mallink_phone?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: 202.165.179.86
  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: 50
  39. max-idle: 50
  40. max-wait: -1
  41. min-idle: 10
  42. # EMAIL
  43. mail:
  44. host: smtp.exmail.qq.com
  45. username: zhengfangyuan@iformall.com
  46. password: xnydCeUzofB2h8qp # 授权密码
  47. properties:
  48. mail:
  49. smtp:
  50. auth: true
  51. starttls:
  52. enable: true
  53. socketFactory:
  54. port: 465
  55. class: javax.net.ssl.SSLSocketFactory
  56. aws:
  57. clientRegion: cn-northwest-1
  58. bucketName: iformall-net
  59. access: ENC(3gx5ghDFBqGrEhO3Wf8aYmXsnwHO7Cj3HNKJGOeUj0o=)
  60. secret: ENC(HVKIJwCJKVXLlUpGlQPwNqJOlnpxn4xYuy91SH0seTSm2uAttIQHvA49fXWWax90v5wloIk0QuU=)
  61. #wechat:
  62. # open:
  63. # componentAppId: "wxdfc8fb4e62d6b52b"
  64. # componentSecret: "98daa62b316dd6feabaad708327ce233"
  65. # componentToken: "formall2018"
  66. # componentAesKey: "htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN"
  67. # redis:
  68. # host: 101.201.103.81
  69. # port: 6379
  70. # password: ENC(xPFDlgd6v8zUhJMbcKc0KmmQiqs9qHtk)
  71. # timeout: 3600
  72. # expire: 1800 #30分钟
  73. # database: 2
  74. # defaultExpiration: 2592000 # 默认生命周期30天
  75. # jedis:
  76. # pool:
  77. # max-active: 100
  78. # max-idle: 500
  79. # max-wait: -1
  80. # min-idle: 10
  81. wechat:
  82. web:
  83. appId: "wx091907dd0bfd3f6b"
  84. secret: "2a2ca10738998b9ef92c1fe8a4d366a6"
  85. url: "https://admintest.malls.iformall.com"
  86. open:
  87. componentAppId: wxdfc8fb4e62d6b52b
  88. componentSecret: 98daa62b316dd6feabaad708327ce233
  89. componentToken: formall2018
  90. componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
  91. redis:
  92. host: 202.165.179.86
  93. port: 6379
  94. password: iF0rm@2l2ol9
  95. timeout: 3600
  96. expire: 1800 #30分钟
  97. database: 2
  98. defaultExpiration: 2592000 # 默认生命周期30天
  99. jedis:
  100. pool:
  101. max-active: 100
  102. max-idle: 100
  103. max-wait: -1
  104. min-idle: 10
  105. jasypt:
  106. encryptor:
  107. password: oRqdnDbK5pj3eMmB
  108. fm:
  109. exception: false
  110. exception_emails: houtaikaifa@iformall.com
  111. audit_emails: xiaochengxufabu@iformall.com
  112. deploy: 1
  113. upload_dir: /home/test/server/uploads/
  114. logging:
  115. level:
  116. tk.mybatis: debug
  117. com.iformall.mapper: debug
  118. me.chanjar.weixin: debug
  119. path: ./logs/o