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.