ag-ehr-cloud.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  44. username: weifuwu
  45. password: weifuwu
  46. thymeleaf:
  47. cache: false
  48. metrics:
  49. export:
  50. statsd:
  51. host: 172.19.103.73
  52. port: 8125
  53. eip:
  54. schema: hos1
  55. tenant: ehr
  56. #server:
  57. # ssl:
  58. # key-store-password: 123456
  59. # key-password: 123456
  60. ---
  61. spring:
  62. profiles: alpha
  63. datasource:
  64. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  65. username: ha
  66. password: ha
  67. thymeleaf:
  68. cache: false
  69. metrics:
  70. export:
  71. statsd:
  72. host: 192.168.1.221
  73. port: 8125
  74. eip:
  75. schema: hos1
  76. tenant: ehr
  77. ---
  78. spring:
  79. profiles: test
  80. datasource:
  81. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  82. username: weifuwu
  83. password: weifuwu
  84. thymeleaf:
  85. cache: false
  86. metrics:
  87. export:
  88. statsd:
  89. host: 172.19.103.73
  90. port: 8125
  91. eip:
  92. schema: hos1
  93. tenant: ehr
  94. ---
  95. spring:
  96. profiles: prod
  97. datasource:
  98. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  99. username: ha
  100. password: jkzlxm
  101. thymeleaf:
  102. cache: false
  103. metrics:
  104. export:
  105. statsd:
  106. host: 11.1.2.5
  107. port: 8125
  108. eip:
  109. schema: hos1
  110. tenant: ehr
  111. ---
  112. spring:
  113. profiles: prod_fz
  114. datasource:
  115. url: jdbc:mysql://192.168.135.39:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
  116. username: sr_healtharchive
  117. password: data!@)1
  118. thymeleaf:
  119. cache: false
  120. metrics:
  121. export:
  122. statsd:
  123. host: 192.168.135.29
  124. port: 8125
  125. eip:
  126. schema: hos1
  127. tenant: ehr
  128. ---
  129. spring:
  130. profiles: prod_sr
  131. datasource:
  132. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8
  133. username: healthcloud
  134. password: GP8Qz4qU
  135. thymeleaf:
  136. cache: false
  137. metrics:
  138. export:
  139. statsd:
  140. host: 10.176.97.10
  141. port: 8125
  142. eip:
  143. schema: hos1
  144. tenant: ehr