From 7ad3dacf11b0b9b051b0595c6831000e65fc7d79 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 27 Jun 2017 14:36:48 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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