From c0d08515e0b44d048fa6f336d2c88744d79a5877 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 10 Jan 2024 16:30:34 -0500 Subject: [PATCH] Clarify where to place override properties. Fixes #2372 --- docs/src/main/asciidoc/spring-cloud-config.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 6be14a2f..c41e2463 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -1383,8 +1383,8 @@ You can change the priority of all overrides in the client to be more like defau ==== Using Bootstrap To Override Properties -If you enable <>, you can allow client applications to override configuration from the config server by placing two properties within -the applications configuration coming from the config server. +If you enable <>, you can let client settings override configuration from the config server by placing two properties within +the application's configuration that reside in the external environment repository (for example, Git, Vault, SVN, and others) used by the config server. [source,properties] ----