ag-ehr-cloud.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. eip:
  40. tenant: jkzl
  41. ---
  42. spring:
  43. profiles: dev
  44. datasource:
  45. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  46. username: weifuwu
  47. password: weifuwu
  48. thymeleaf:
  49. cache: false
  50. metrics:
  51. export:
  52. statsd:
  53. host: 172.19.103.73
  54. port: 8125
  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. ---
  74. spring:
  75. profiles: test
  76. datasource:
  77. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  78. username: weifuwu
  79. password: weifuwu
  80. thymeleaf:
  81. cache: false
  82. metrics:
  83. export:
  84. statsd:
  85. host: 172.19.103.73
  86. port: 8125
  87. ---
  88. spring:
  89. profiles: prod
  90. datasource:
  91. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  92. username: ha
  93. password: jkzlxm
  94. thymeleaf:
  95. cache: false
  96. metrics:
  97. export:
  98. statsd:
  99. host: 11.1.2.5
  100. port: 8125
  101. ---
  102. spring:
  103. profiles: prod_fz
  104. datasource:
  105. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  106. username: healthcloud
  107. password: GP8Qz4qU
  108. thymeleaf:
  109. cache: false
  110. metrics:
  111. export:
  112. statsd:
  113. host: 11.1.2.5
  114. port: 8125
  115. ---
  116. spring:
  117. profiles: prod_sr
  118. datasource:
  119. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  120. username: healthcloud
  121. password: GP8Qz4qU
  122. thymeleaf:
  123. cache: false
  124. metrics:
  125. export:
  126. statsd:
  127. host: 10.176.97.10
  128. port: 8125
  129. ---
  130. spring:
  131. profiles: prod_fzzy
  132. datasource:
  133. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  134. username: healthcloud
  135. password: GP8Qz4qU
  136. thymeleaf:
  137. cache: false
  138. metrics:
  139. export:
  140. statsd:
  141. host: 100.100.1.162
  142. port: 8125