From 44c925e3e5258ea6cb44bee0fb1f8350f52bab73 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 23 Feb 2015 15:47:54 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spring-cloud.html b/spring-cloud.html index 02eee3d..f96c1b9 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1203,7 +1203,10 @@ that by setting spring.cloud.config.discovery.enabled=true (default address, e.g. in eureka.client.serviceUrl.defaultZone. The price for using this option is an extra network round trip on start up to locate the service registration. The benefit is that the Config Server -can change its co-ordinates, as long as Eureka is a fixed point.

+can change its co-ordinates, as long as Eureka is a fixed point. The +default service id is "CONFIGSERVER" but you can change that on the +client with spring.cloud.config.discovery.serviceId (and on the server +in the usual way for a service, e.g. by setting spring.application.name).

@@ -3380,7 +3383,7 @@ ProxyAuthenticationProperties for full details.