svr-quota.yml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. max-active: 20
  5. max-idle: 8
  6. min-idle: 8
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. elasticsearch:
  10. pool:
  11. init-size: 5
  12. max-size: 10
  13. ---
  14. spring:
  15. profiles: dev
  16. datasource:
  17. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  18. username: chenweishan
  19. password: chenweishan
  20. data:
  21. solr:
  22. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  23. elasticsearch:
  24. jest:
  25. uris: http://172.19.103.9:9200
  26. elasticsearch:
  27. cluster-name: elasticsearch
  28. cluster-nodes: 172.19.103.9:9300
  29. ---
  30. spring:
  31. profiles: test
  32. datasource:
  33. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  34. username: chenweishan
  35. password: chenweishan
  36. data:
  37. solr:
  38. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  39. elasticsearch:
  40. jest:
  41. uris: http://172.19.103.9:9200
  42. elasticsearch:
  43. cluster-name: elasticsearch
  44. cluster-nodes: 172.19.103.9:9300
  45. ---
  46. spring:
  47. profiles: prod_fz
  48. datasource:
  49. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  50. username: healthcloud
  51. password: GP8Qz4qU
  52. data:
  53. solr:
  54. zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  55. elasticsearch:
  56. jest:
  57. uris: http://172.19.103.9:9200
  58. elasticsearch:
  59. cluster-name: elasticsearch
  60. cluster-nodes: 172.19.103.9:9300
  61. ---
  62. spring:
  63. profiles: prod_sr
  64. datasource:
  65. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  66. username: healthcloud
  67. password: GP8Qz4qU
  68. data:
  69. solr:
  70. zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  71. elasticsearch:
  72. jest:
  73. uris: http://10.176.97.7:9200
  74. elasticsearch:
  75. cluster-name: elasticsearch
  76. cluster-nodes: 10.176.97.7:9300
  77. ---
  78. spring:
  79. profiles: prod_fzzy
  80. datasource:
  81. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  82. username: healthcloud
  83. password: GP8Qz4qU
  84. data:
  85. solr:
  86. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  87. elasticsearch:
  88. jest:
  89. uris: http://100.100.1.158:9200
  90. elasticsearch:
  91. cluster-name: elasticsearch
  92. cluster-nodes: 100.100.1.158:9300