From f17bf96c989be7e24dec60dada2abb8d39fd05ce Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:37:05 -0500 Subject: [PATCH] Merging documentation changes --- .../using-bootstrap-to-override-properties.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/server/environment-repository/using-bootstrap-to-override-properties.adoc b/docs/modules/ROOT/pages/server/environment-repository/using-bootstrap-to-override-properties.adoc index 725a3e30..04a04ab4 100644 --- a/docs/modules/ROOT/pages/server/environment-repository/using-bootstrap-to-override-properties.adoc +++ b/docs/modules/ROOT/pages/server/environment-repository/using-bootstrap-to-override-properties.adoc @@ -2,8 +2,8 @@ = Using Bootstrap To Override Properties :page-section-summary-toc: 1 -If you enable xref:client.adoc#config-first-bootstrap[config first bootstrap], 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 xref:client.adoc#config-first-bootstrap[config first bootstrap], 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] ----