|
|
@@ -0,0 +1,56 @@
|
|
|
+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/**
|
|
|
+ url: http://localhost:8082
|
|
|
+# 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
|
|
|
+
|
|
|
+
|
|
|
+eureka:
|
|
|
+ instance:
|
|
|
+ prefer-ip-address: true
|
|
|
+ client:
|
|
|
+ serviceUrl:
|
|
|
+ defaultZone: http://localhost:8761/eureka/
|
|
|
+
|
|
|
+ribbon:
|
|
|
+ ReadTimeout: 1440000
|
|
|
+
|
|
|
+hystrix:
|
|
|
+ command:
|
|
|
+ default:
|
|
|
+ execution:
|
|
|
+ isolation:
|
|
|
+ thread:
|
|
|
+ timeoutInMilliseconds: 1440000
|