application-tnJwprod.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. spring:
  2. profiles: tnJwprod
  3. datasource:
  4. driverClassName: com.mysql.jdbc.Driver
  5. primaryReadWrite:
  6. url: jdbc:mysql://10.9.1.247:3310/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  7. username: wlyy
  8. password: qY#j2n5O
  9. primaryRead:
  10. url: jdbc:mysql://10.9.1.247:3310/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  11. username: wlyy
  12. password: qY#j2n5O
  13. im: #im库:
  14. url: jdbc:mysql://10.9.1.247:3310/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
  15. username: wlyy
  16. password: qY#j2n5O
  17. redis:
  18. host: 10.9.1.247 # Redis server host.
  19. port: 6380 # Redis server port.
  20. password: Kb6wKDQP1W4
  21. followupMessage:
  22. cron : 0 5 0 * * ?
  23. jobId : FOLLOWUP_PLAN_JOB
  24. systemConfig:
  25. msg_push_server: http://127.0.0.1:3000
  26. es:
  27. pwflag: 0 # 1需要密码,0不需要密码
  28. index: hlw_quota_prod
  29. type: hlw_quota_prod
  30. host: http://10.9.1.247:9200
  31. tHost: 10.9.1.247:9300
  32. clusterName: jkzl
  33. securityUser: lion:jkzlehr
  34. user: lion
  35. password: jkzlehr
  36. wlyy:
  37. im:
  38. databaseName: im
  39. quartz:
  40. name: schedulerFactoryBean_es_prod
  41. hibernate:
  42. dialect: org.hibernate.dialect.MySQL5Dialect
  43. show_sql: true
  44. ejb:
  45. naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy