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

Improve comments in application.yml

parent 00e3b019
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,7 @@ server:
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
# URL of the eureka server necessary for client registration
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
......@@ -22,4 +21,4 @@ zuul:
path: /auth/**
service-id: auth-service
strip-prefix: false # Forward the request all together with the auth path
sensitive-headers: Cookie, Set-Cookie # Avoid to send cookies to external entities
\ No newline at end of file
sensitive-headers: Cookie, Set-Cookie # Avoid to send internal cookies to external entities
\ No newline at end of file
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