ag-ehr-cloud.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. thymeleaf:
  43. cache: false
  44. metrics:
  45. export:
  46. statsd:
  47. host: 192.168.1.221
  48. port: 8125
  49. #server:
  50. # ssl:
  51. # key-store-password: 123456
  52. # key-password: 123456
  53. ---
  54. spring:
  55. profiles: alpha
  56. thymeleaf:
  57. cache: false
  58. metrics:
  59. export:
  60. statsd:
  61. host: 192.168.1.221
  62. port: 8125
  63. server:
  64. ssl:
  65. key-store: C:/Windows/tomcat.keystore
  66. key-store-password: 123456
  67. key-password: 123456
  68. ---
  69. spring:
  70. profiles: test
  71. thymeleaf:
  72. cache: false
  73. metrics:
  74. export:
  75. statsd:
  76. host: 192.168.1.221
  77. port: 8125
  78. server:
  79. ssl:
  80. key-store-password: 123456
  81. key-store: tomcat.keystore
  82. key-password: 123456
  83. ---
  84. spring:
  85. profiles: prod
  86. server:
  87. ssl:
  88. key-store-password: 123456
  89. key-password: 123456