ag-ehr-cloud.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. server:
  2. port: 11111
  3. logging:
  4. level:
  5. com:
  6. netflix: INFO
  7. org:
  8. springframework:
  9. web: INFO
  10. hibernate: ERROR
  11. ribbon:
  12. ReadTimeout: 30000
  13. ConnectTimeout: 10000
  14. logging.level.root: INFO
  15. netflix:
  16. metrics:
  17. rest:
  18. metricName: api
  19. # service routes
  20. zuul:
  21. addProxyHeaders: false
  22. ignoredServices: '*'
  23. routes:
  24. packages:
  25. path: /api/v1.0/packages
  26. serviceId: svr-pack-mgr
  27. package_json:
  28. path: /api/v1.0/json_package
  29. serviceId: svr-pack-mgr
  30. esb_log:
  31. path: /api/v1.0/esb/uploadLog
  32. serviceId: svr-esb
  33. sanofi_support:
  34. path: /api/v1.0/sanofi/physic_signs/**
  35. serviceId: svr-health-profile
  36. stripPrefix: false
  37. health_profile:
  38. path: /api/v1.0/health_profiles/**
  39. serviceId: svr-health-profile
  40. stripPrefix: false
  41. ---
  42. spring:
  43. profiles: dev
  44. datasource:
  45. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  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
  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
  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
  92. username: ha
  93. password: jkzlxm
  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:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  104. username: sr_healtharchive
  105. password: data!@)1
  106. metrics:
  107. export:
  108. statsd:
  109. host: 192.168.135.29
  110. port: 8125