duplicate `zuul` key in file `support/edge-server/src/main/resources/application.yml`
Closed this issue · 1 comments
kelvinji2009 commented
diff --git a/support/edge-server/src/main/resources/application.yml b/support/edge-server/src/main/resources/application.yml
index e8ad250..ac54d54 100644
--- a/support/edge-server/src/main/resources/application.yml
+++ b/support/edge-server/src/main/resources/application.yml
@@ -87,20 +87,6 @@ endpoints:
health:
sensitive: false
-zuul:
- ignoredServices: "*"
- prefix: /api
- routes:
-# securedaccountservice:
-# path: /secured/account/**
-# url: http://securityservice:6666/account
- accountservice:
- path: /accounts/**
- url: http://accountservice:6767/accounts
- accountservicehealth:
- path: /accounts/health
- url: http://accountservice:6767/health
-
logging:
level:
ROOT: DEBUG
kelvinji2009 commented
Thanks for your prompt fix.