Skip to content

Commit

Permalink
Clarify where to place override properties. Fixes #2372
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Baxter authored Jan 10, 2024
1 parent 4064b79 commit c0d0851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/spring-cloud-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<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 <<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]
----
Expand Down

0 comments on commit c0d0851

Please sign in to comment.