Repository: brooklyn-docs Updated Branches: refs/heads/master 27f2293e0 -> 2d275fd94
Update brooklyn.properties to brooklyn.cfg Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/eadd8357 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/eadd8357 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/eadd8357 Branch: refs/heads/master Commit: eadd83571b8ed9bbdb51bc0337981a9d7da922a9 Parents: 27f2293 Author: Duncan Godwin <[email protected]> Authored: Tue Sep 26 16:41:44 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Tue Sep 26 16:41:44 2017 +0100 ---------------------------------------------------------------------- guide/ops/externalized-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/eadd8357/guide/ops/externalized-configuration.md ---------------------------------------------------------------------- diff --git a/guide/ops/externalized-configuration.md b/guide/ops/externalized-configuration.md index 802fa75..545b012 100644 --- a/guide/ops/externalized-configuration.md +++ b/guide/ops/externalized-configuration.md @@ -73,7 +73,7 @@ More information on these providers is below. For demo purposes, there is a pre-defined external provider called `brooklyn-demo-sample` which defines `hidden-brooklyn-password` as `br00k11n`. This is used in some of the sample blueprints, referencing `$brooklyn:external("brooklyn-demo-sample", "hidden-brooklyn-password")`. -The value used here can be overridden with the following in your `brooklyn.properties`: +The value used here can be overridden with the following in your `brooklyn.cfg`: {% highlight properties %} brooklyn.external.brooklyn-demo-sample=org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier
