spring: + cloud: + config: + server: + git: + uri: https://github.com/spring-cloud-samples/config-repo + repos: + - patterns: *pattern + uri: https://github.com/pattern1/config-repo + - patterns: pattern*,*pattern1* + uri: https://github.com/pattern2/config-repo + - patterns: local* + uri: file:/home/configsvc/config-repo+