ag-ehr-cloud.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. ribbon:
  10. ReadTimeout: 30000
  11. ConnectTimeout: 10000
  12. logging.level.root: INFO
  13. netflix:
  14. metrics:
  15. rest:
  16. metricName: api
  17. # service routes
  18. zuul:
  19. addProxyHeaders: false
  20. ignoredServices: '*'
  21. routes:
  22. packages:
  23. path: /api/v1.0/packages
  24. serviceId: svr-pack-mgr
  25. package_json:
  26. path: /api/v1.0/json_package
  27. serviceId: svr-pack-mgr
  28. esb_log:
  29. path: /api/v1.0/esb/uploadLog
  30. serviceId: svr-esb
  31. sanofi_support:
  32. path: /api/v1.0/sanofi/physic_signs/**
  33. serviceId: svr-health-profile
  34. stripPrefix: false
  35. health_profile:
  36. path: /api/v1.0/health_profiles/**
  37. serviceId: svr-health-profile
  38. stripPrefix: false
  39. ---
  40. spring:
  41. profiles: dev
  42. datasource:
  43. url: jdbc:mysql://192.168.1.220:3306/xmehr?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  44. username: xmehr
  45. password: xmehr
  46. thymeleaf:
  47. cache: false
  48. metrics:
  49. export:
  50. statsd:
  51. host: 172.19.103.73
  52. port: 8125
  53. eip:
  54. tenant: jkzl
  55. #server:
  56. # ssl:
  57. # key-store-password: 123456
  58. # key-password: 123456
  59. ---
  60. spring:
  61. profiles: alpha
  62. datasource:
  63. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  64. username: ha
  65. password: ha
  66. thymeleaf:
  67. cache: false
  68. metrics:
  69. export:
  70. statsd:
  71. host: 192.168.1.221
  72. port: 8125
  73. eip:
  74. tenant: jkzl
  75. ---
  76. spring:
  77. profiles: test
  78. datasource:
  79. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  80. username: weifuwu
  81. password: weifuwu
  82. thymeleaf:
  83. cache: false
  84. metrics:
  85. export:
  86. statsd:
  87. host: 172.19.103.73
  88. port: 8125
  89. eip:
  90. tenant: jkzl
  91. ---
  92. spring:
  93. profiles: prod
  94. datasource:
  95. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  96. username: ha
  97. password: jkzlxm
  98. thymeleaf:
  99. cache: false
  100. metrics:
  101. export:
  102. statsd:
  103. host: 11.1.2.5
  104. port: 8125
  105. eip:
  106. tenant: jkzl
  107. ---
  108. spring:
  109. profiles: prod_fz
  110. datasource:
  111. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  112. username: healthcloud
  113. password: GP8Qz4qU
  114. thymeleaf:
  115. cache: false
  116. metrics:
  117. export:
  118. statsd:
  119. host: 11.1.2.5
  120. port: 8125
  121. eip:
  122. tenant: jkzl
  123. ---
  124. spring:
  125. profiles: prod_sr
  126. datasource:
  127. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  128. username: healthcloud
  129. password: GP8Qz4qU
  130. thymeleaf:
  131. cache: false
  132. metrics:
  133. export:
  134. statsd:
  135. host: 10.176.97.10
  136. port: 8125
  137. eip:
  138. tenant: jkzl