svr-profile-browser.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. data-source:
  2. driver-class-name: com.mysql.jdbc.Driver
  3. initialize-size: 1
  4. max-total: 20
  5. max-idle: 10
  6. min-idle: 1
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. remove-abandoned-timeout: 55
  10. hibernate:
  11. dialect: org.hibernate.dialect.MySQL5Dialect
  12. redis:
  13. pool:
  14. max-total: 10
  15. max-idle: 5
  16. min-idle: 3
  17. solr:
  18. zkClientTimeout: 10000
  19. zkConnectTimeout: 10000
  20. #error code and message
  21. ---
  22. spring:
  23. profiles: dev
  24. data-source:
  25. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  26. user-name: ha
  27. password: ha
  28. hibernate:
  29. show_sql: true
  30. format_sql: true
  31. redis:
  32. connection-factory:
  33. host-name: 172.19.103.47
  34. solr:
  35. server: http://172.19.103.10:8983/solr
  36. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr
  37. ---
  38. spring:
  39. profiles: test
  40. data-source:
  41. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  42. username: fujian
  43. password: fujian
  44. hibernate:
  45. show_sql: true
  46. format_sql: true
  47. redis:
  48. connection-factory:
  49. host-name: 172.17.110.68
  50. solr:
  51. server: http://172.19.103.10:8983/solr
  52. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr
  53. ---
  54. spring:
  55. profiles: prod
  56. data-source:
  57. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  58. username: ha
  59. password: jkzlxm
  60. hibernate:
  61. show_sql: false
  62. format_sql: false
  63. redis:
  64. connection-factory:
  65. host-name: 11.1.2.20
  66. solr:
  67. server: http://172.19.103.10:8983/solr
  68. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr