svr-quota.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. server:
  10. port: ${svr-quota.server.port}
  11. management:
  12. port: ${server.port}
  13. spring:
  14. datasource:
  15. driver-class-name: com.mysql.jdbc.Driver
  16. max-active: 20
  17. max-idle: 8
  18. min-idle: 8
  19. validation-query: SELECT 1
  20. test-on-borrow: true
  21. ---
  22. spring:
  23. profiles: dev
  24. datasource:
  25. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  26. username: weifuwu
  27. password: weifuwu
  28. data:
  29. solr:
  30. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  31. ---
  32. spring:
  33. profiles: test
  34. datasource:
  35. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  36. username: weifuwu
  37. password: weifuwu
  38. data:
  39. solr:
  40. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  41. ---
  42. spring:
  43. profiles: prod
  44. datasource:
  45. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  46. username: ha
  47. password: jkzlxm
  48. data:
  49. solr:
  50. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  51. ---
  52. spring:
  53. profiles: prod_fz
  54. datasource:
  55. url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
  56. username: sr_healtharchive
  57. password: data!@)1
  58. data:
  59. solr:
  60. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.