Skip to content
Snippets Groups Projects
Commit 605a3e88 authored by Julian Horner's avatar Julian Horner
Browse files

Add configuration to avoid errors before complete startup

parent b9f23663
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,10 @@ server: ...@@ -7,9 +7,10 @@ server:
eureka: eureka:
client: client:
registryFetchIntervalSeconds: 5
serviceUrl: serviceUrl:
defaultZone: http://localhost:8761/eureka/ # URL of the eureka server for registration defaultZone: http://localhost:8761/eureka/ # URL of the eureka server for registration
zuul: zuul:
ignoredPatterns: /login/** # The login path is served by the api-gateway directly ignoredPatterns: /login/** # The login path is served by the api-gateway directly
ignored-services: "*" ignored-services: "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment