From 643a5df2f6f8efd5a660c85353ef709b60306689 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 12 Mar 2018 16:07:57 -0400 Subject: [PATCH] Fixes #937 --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cd170e2a..c3f934ba 100644 --- a/index.html +++ b/index.html @@ -54,8 +54,10 @@ Config Client features (for Spring applications): As long as Spring Boot Actuator and Spring Config Client are on the classpath any Spring Boot application will try to contact a config -server on `http://localhost:8888` (the default value of -`spring.cloud.config.uri`): +server on `http://localhost:8888`, the default value of +`spring.cloud.config.uri`. If you would like to change this default, +you can set `spring.cloud.config.uri` in `bootstrap.[yml | properties]` +or via system properties or environment variables. ```java @Configuration