|
|
@@ -23,7 +23,7 @@ zuul:
|
|
|
serviceId: crss-dataflow-app
|
|
|
admin:
|
|
|
path: /admin/**
|
|
|
- url: http://crss-admin.marathon.l4lb.thisdcos.directory:8080
|
|
|
+ url: crss-admin
|
|
|
|
|
|
# crss-meterprocess-qatool:
|
|
|
|
|
|
@@ -36,6 +36,9 @@ crss-settlement-app:
|
|
|
crss-dataflow-app:
|
|
|
ribbon:
|
|
|
listOfServers: crss-dataflow-app.marathon.l4lb.thisdcos.directory:8082
|
|
|
+crss-admin:
|
|
|
+ ribbon:
|
|
|
+ listOfServers: crss-admin.marathon.l4lb.thisdcos.directory:8080
|
|
|
|
|
|
ribbon:
|
|
|
ReadTimeout: 1440000
|
|
|
@@ -46,4 +49,7 @@ hystrix:
|
|
|
execution:
|
|
|
isolation:
|
|
|
thread:
|
|
|
- timeoutInMilliseconds: 1440000
|
|
|
+ timeoutInMilliseconds: 1440000
|
|
|
+
|
|
|
+security:
|
|
|
+ ignored: /**
|