application-dev.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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:
  16. host: 192.168.1.24
  17. port: 5672
  18. username: admin
  19. password: 123456
  20. redis:
  21. host: 192.168.1.24
  22. port: 6379
  23. database: 3
  24. password: Xx0GWxdWQJxx6Swe
  25. lettuce:
  26. pool:
  27. max-active: 20
  28. max-idle: 20
  29. min-idle: 0
  30. max-wait: -1ms
  31. timeout: 2000ms
  32. datasource:
  33. url: jdbc:mysql://192.168.1.24:3306/RMS_TEST?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  34. driver-class-name: com.mysql.cj.jdbc.Driver
  35. username: root
  36. password: rrzTwWAYX8Gxh5JH
  37. dynamic:
  38. primary: rms
  39. datasource:
  40. pas:
  41. url: jdbc:mysql://192.168.1.24:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  42. driver-class-name: com.mysql.cj.jdbc.Driver
  43. username: root
  44. password: rrzTwWAYX8Gxh5JH
  45. rms:
  46. url: jdbc:mysql://192.168.1.24:3306/RMS_TEST?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  47. driver-class-name: com.mysql.cj.jdbc.Driver
  48. username: root
  49. password: rrzTwWAYX8Gxh5JH
  50. type: com.alibaba.druid.pool.DruidDataSource
  51. druid:
  52. stat-view-servlet:
  53. login-username: admin
  54. login-password: 123456
  55. web-stat-filter:
  56. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  57. queueName: emailProd.queue
  58. RMSFile: http://192.168.1.24:8011
  59. PASFile: http://192.168.1.24:8011
  60. PCSUrl: http://localhost:8871
  61. PASUrl: http://localhost:8877
  62. PCS: http://192.168.1.24:81
  63. RMSUrl: http://139.224.24.90:82
  64. #PAS: http://192.168.1.24:80
  65. PAS: http://192.168.1.9:8086