ag-ehr-cloud.yml 2.6 KB

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