diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 6257d2ea..b6ef0776 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -957,13 +957,13 @@ to run apps with multiple profiles. Example:
repos: development: pattern: - - */development - - */staging + - '*/development' + - '*/staging' uri: https://github.com/development/config-repo staging: pattern: - - */qa - - */production + - '*/qa' + - '*/production' uri: https://github.com/staging/config-repo