endpoints: restart: enabled: true shutdown: enabled: true health: sensitive: false zuul: ignored-services: '*' sensitiveHeaders: 'Cookie,Set-Cookie' 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-dataflow-app: path: /data-flow/** serviceId: crss-dataflow-app admin: path: /admin/** serviceId: crss-admin registration: path: /registration/** serviceId: crss-reg crss-audit: path: /audit/** serviceId: crss-audit # developers profile crss-meterprocess-app: ribbon: listOfServers: http://localhost:9091 crss-settlement-app: ribbon: listOfServers: http://localhost:9093 crss-dataflow-app: ribbon: listOfServers: http://localhost:9092 crss-admin: ribbon: listOfServers: http://localhost:8082 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: /**