ag-ehr-cloud.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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/healtharchive?useUnicode=true&characterEncoding=UTF-8
  44. username: ha
  45. password: ha
  46. thymeleaf:
  47. cache: false
  48. metrics:
  49. export:
  50. statsd:
  51. host: 192.168.1.221
  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. server:
  72. ssl:
  73. key-store: C:/Windows/tomcat.keystore
  74. key-store-password: 123456
  75. key-password: 123456
  76. ---
  77. spring:
  78. profiles: test
  79. datasource:
  80. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  81. username: weifuwu
  82. password: weifuwu
  83. thymeleaf:
  84. cache: false
  85. metrics:
  86. export:
  87. statsd:
  88. host: 172.19.103.73
  89. port: 8125
  90. ---
  91. spring:
  92. profiles: prod
  93. datasource:
  94. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  95. username: ha
  96. password: jkzlxm
  97. server:
  98. ssl:
  99. key-store-password: 123456
  100. key-password: 123456