| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- endpoints:
- restart:
- enabled: true
- shutdown:
- enabled: true
- health:
- sensitive: false
- zuul:
- ignored-services: '*'
- sensitiveHeaders: ''
- routes:
- crss-meterprocess-qatool:
- path: /qa-tool/**
- serviceId: crss-meterprocess-qatool
- crss-meterprocess-app:
- path: /meter-process/**
- serviceId: crss-meterprocess-app
- crss-settlement-app:
- path: /settlement/**
- serviceId: crss-settlement-app
- crss-datainterface-app:
- path: /data-interface/**
- serviceId: crss-datainterface-app
- crss-dataflow-app:
- path: /data-flow/**
- serviceId: crss-dataflow-app
- registration:
- path: /registration/**
- serviceId: crss-reg
- crss-audit:
- path: /audit/**
- serviceId: crss-audit
- uaa:
- path: /uaa/**
- stripPrefix: false
- url: http://localhost:9999
- # developers profile
- crss-meterprocess-app:
- ribbon:
- listOfServers: http://localhost:9091
- crss-settlement-app:
- ribbon:
- listOfServers: http://localhost:9093
- crss-datainterface-app:
- ribbon:
- listOfServers: http://localhost:9094
- crss-dataflow-app:
- ribbon:
- listOfServers: http://localhost:9092
- crss-reg:
- ribbon:
- listOfServers: http://localhost:8081
- crss-audit:
- ribbon:
- listOfServers: http://localhost:9094
- eureka:
- instance:
- prefer-ip-address: true
- client:
- serviceUrl:
- defaultZone: http://localhost:8761/eureka/
- ribbon:
- ReadTimeout: 1440000
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 1440000
- security:
- ignored: /**
- spring:
- profiles:
- include: client-sec
|