ui-bsmd.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. # developers profile
  38. crss-meterprocess-app:
  39. ribbon:
  40. listOfServers: http://localhost:9091
  41. crss-settlement-app:
  42. ribbon:
  43. listOfServers: http://localhost:9093
  44. crss-datainterface-app:
  45. ribbon:
  46. listOfServers: http://localhost:9094
  47. crss-dataflow-app:
  48. ribbon:
  49. listOfServers: http://localhost:9092
  50. crss-reg:
  51. ribbon:
  52. listOfServers: http://localhost:8081
  53. crss-audit:
  54. ribbon:
  55. listOfServers: http://localhost:9094
  56. eureka:
  57. instance:
  58. prefer-ip-address: true
  59. client:
  60. serviceUrl:
  61. defaultZone: http://localhost:8761/eureka/
  62. ribbon:
  63. ReadTimeout: 1440000
  64. hystrix:
  65. command:
  66. default:
  67. execution:
  68. isolation:
  69. thread:
  70. timeoutInMilliseconds: 1440000
  71. security:
  72. ignored: /**
  73. spring:
  74. profiles:
  75. include: client-sec