|
|
@@ -20,6 +20,9 @@ zuul:
|
|
|
data-extraction:
|
|
|
path: /data-extraction/**
|
|
|
serviceId: data-extraction-service
|
|
|
+ settlement:
|
|
|
+ path: /settlement/**
|
|
|
+ serviceId: settlement-service
|
|
|
admin-service:
|
|
|
ribbon:
|
|
|
listOfServers: http://admin:8080
|
|
|
@@ -35,6 +38,9 @@ scheduler-service:
|
|
|
data-extraction-service:
|
|
|
ribbon:
|
|
|
listOfServers: http://data-extraction:8080
|
|
|
+settlement-service:
|
|
|
+ ribbon:
|
|
|
+ listOfServers: http://app.reg.settlement.pemc.com
|
|
|
hystrix:
|
|
|
command:
|
|
|
default:
|
|
|
@@ -88,4 +94,7 @@ scheduler-service:
|
|
|
data-extraction-service:
|
|
|
ribbon:
|
|
|
listOfServers: http://localhost:8086
|
|
|
+settlement-service:
|
|
|
+ ribbon:
|
|
|
+ listOfServers: http://app.reg.settlement.pemc.com
|
|
|
|