application-testNetIn.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. spring:
  2. # # 使用 smtp 协议
  3. # mail.protocol: smtps
  4. # mail.host: smtp.exmail.qq.com
  5. # mail.port: 465
  6. # mail.username: shenyongyi@china-wispro.com
  7. # # 授权码
  8. # mail.password: c3hY5cgAexhhr9HL
  9. # mail.test-connection: false
  10. # mail.properties.mail.smtp.auth: true
  11. # mail.properties.mail.debug: false
  12. # mail.properties.mail.mime.splitlongparameters: false
  13. # mail.default-encoding: UTF-8
  14. # rabbitmq
  15. rabbitmq.host: 172.27.247.174
  16. rabbitmq.port: 5672
  17. rabbitmq.username: admin
  18. rabbitmq.password: 123456
  19. redis:
  20. host: 172.27.247.174
  21. port: 6379
  22. database: 3
  23. password: Xx0GWxdWQJxx6Swe
  24. lettuce:
  25. pool:
  26. max-active: 20
  27. max-idle: 20
  28. min-idle: 0
  29. max-wait: -1ms
  30. timeout: 2000ms
  31. datasource:
  32. url: jdbc:mysql://172.27.247.174:3306/PCS_PROD?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  33. username: root
  34. password: TU5x6IeBi7rl
  35. driver-class-name: com.mysql.cj.jdbc.Driver
  36. type: com.alibaba.druid.pool.DruidDataSource
  37. druid:
  38. stat-view-servlet:
  39. login-username: admin
  40. login-password: 123456
  41. web-stat-filter:
  42. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  43. queueName: emailTest.queue