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] ----