diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 785e2872871c3a6f29d13df44e8bb55a5e4dd416..fd8573fac75c8696cd3733cde079a6aa22eae2b5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,9 +7,10 @@ server: eureka: client: + registryFetchIntervalSeconds: 5 serviceUrl: defaultZone: http://localhost:8761/eureka/ # URL of the eureka server for registration - + zuul: ignoredPatterns: /login/** # The login path is served by the api-gateway directly ignored-services: "*"