ag-ehr-platform.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. logging:
  2. level:
  3. com:
  4. netflix: DEBUG
  5. logging.level.root: INFO
  6. netflix:
  7. metrics:
  8. rest:
  9. metricName: api
  10. # service routes
  11. zuul:
  12. addProxyHeaders: false
  13. ignoredServices: '*'
  14. routes:
  15. packages:
  16. path: /api/v1.0/packages
  17. serviceId: svr-pack-mgr
  18. package_json:
  19. path: /api/v1.0/json_package
  20. serviceId: svr-pack-mgr
  21. esb_log:
  22. path: /api/v1.0/esb/uploadLog
  23. serviceId: svr-esb
  24. sanofi_support:
  25. path: /api/v1.0/sanofi/physic_signs/**
  26. serviceId: svr-health-profile
  27. stripPrefix: false
  28. health_profile:
  29. path: /api/v1.0/health_profiles/**
  30. serviceId: svr-health-profile
  31. stripPrefix: false
  32. ---
  33. spring:
  34. profiles: dev
  35. thymeleaf:
  36. cache: false
  37. metrics:
  38. export:
  39. statsd:
  40. host: 172.19.103.73
  41. port: 8125
  42. ---
  43. spring:
  44. profiles: alpha
  45. thymeleaf:
  46. cache: false
  47. metrics:
  48. export:
  49. statsd:
  50. host: 192.168.1.221
  51. port: 8125
  52. server:
  53. ssl:
  54. key-store: C:/Windows/tomcat.keystore
  55. key-store-password: 123456
  56. key-password: 123456
  57. ---
  58. spring:
  59. profiles: test
  60. thymeleaf:
  61. cache: false
  62. metrics:
  63. export:
  64. statsd:
  65. host: 192.168.1.221
  66. port: 8125
  67. server:
  68. ssl:
  69. key-store-password: 123456
  70. key-password: 123456
  71. ---
  72. spring:
  73. profiles: prod
  74. server:
  75. ssl:
  76. key-store-password: 123456
  77. key-password: 123456