ui-bsmd.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. endpoints:
  2. restart:
  3. enabled: true
  4. shutdown:
  5. enabled: true
  6. health:
  7. sensitive: false
  8. zuul:
  9. ignored-services: '*'
  10. sensitiveHeaders: ''
  11. routes:
  12. crss-meterprocess-qatool:
  13. path: /qa-tool/**
  14. serviceId: crss-meterprocess-qatool
  15. crss-meterprocess-app:
  16. path: /meter-process/**
  17. serviceId: crss-meterprocess-app
  18. crss-settlement-app:
  19. path: /settlement/**
  20. serviceId: crss-settlement-app
  21. crss-datainterface-app:
  22. path: /data-interface/**
  23. serviceId: crss-datainterface-app
  24. crss-dataflow-app:
  25. path: /data-flow/**
  26. serviceId: crss-dataflow-app
  27. registration:
  28. path: /registration/**
  29. serviceId: crss-reg
  30. crss-audit:
  31. path: /audit/**
  32. serviceId: crss-audit
  33. uaa:
  34. path: /uaa/**
  35. stripPrefix: false
  36. url: http://localhost:9999
  37. crss-worklist-app:
  38. path: /worklist/**
  39. serviceId: crss-worklist-app
  40. # developers profile
  41. crss-meterprocess-app:
  42. ribbon:
  43. listOfServers: http://localhost:9091
  44. crss-settlement-app:
  45. ribbon:
  46. listOfServers: http://localhost:9093
  47. crss-datainterface-app:
  48. ribbon:
  49. listOfServers: http://localhost:9094
  50. crss-dataflow-app:
  51. ribbon:
  52. listOfServers: http://localhost:9092
  53. crss-reg:
  54. ribbon:
  55. listOfServers: http://localhost:8081
  56. crss-audit:
  57. ribbon:
  58. listOfServers: http://localhost:9094
  59. crss-worklist-app:
  60. ribbon:
  61. listOfServers: http://localhost:8085
  62. eureka:
  63. instance:
  64. prefer-ip-address: true
  65. client:
  66. serviceUrl:
  67. defaultZone: http://localhost:8761/eureka/
  68. ribbon:
  69. ReadTimeout: 1440000
  70. hystrix:
  71. command:
  72. default:
  73. execution:
  74. isolation:
  75. thread:
  76. timeoutInMilliseconds: 1440000
  77. security:
  78. ignored: /**
  79. spring:
  80. profiles:
  81. include: client-sec