From 8e06d8a2dca0770ac5ff05e6f598ac158a22a7db Mon Sep 17 00:00:00 2001 From: kvmw Date: Fri, 6 Sep 2024 16:50:45 +0200 Subject: [PATCH] Updates CredHub docs Signed-off-by: kvmw --- .../pages/server/environment-repository/credhub-backend.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/server/environment-repository/credhub-backend.adoc b/docs/modules/ROOT/pages/server/environment-repository/credhub-backend.adoc index 5365fa7496..f39a5df330 100644 --- a/docs/modules/ROOT/pages/server/environment-repository/credhub-backend.adoc +++ b/docs/modules/ROOT/pages/server/environment-repository/credhub-backend.adoc @@ -52,7 +52,10 @@ All client applications with the name `spring.cloud.config.name=demo-app` will h } ---- -NOTE: When no profile is specified `default` will be used and when no label is specified `master` will be used as a default value. +NOTE: When no label is specified `master` will be used as a default value. You can change that by setting `spring.cloud.config.server.credhub.defaultLabel`. + +NOTE: When no profile is specified `default` will be used. + NOTE: Values added to `application` will be shared by all the applications. [[oauth-2-0]]