From 604e05838c92ba0adf4b11c408ef2ac6b57359bc Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 19 Sep 2016 13:11:10 -0600 Subject: [PATCH] Added reference for ~/.spring-cloud config location --- docs/src/main/asciidoc/spring-cloud-cli.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-cli.adoc b/docs/src/main/asciidoc/spring-cloud-cli.adoc index 29cd65d..33c98a4 100644 --- a/docs/src/main/asciidoc/spring-cloud-cli.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cli.adoc @@ -53,7 +53,7 @@ Summary of supported deployables: |=== Each of these apps can be configured using a local YAML file with the same name (in the current -working directory or a subdirectory called "config"). E.g. in `configserver.yml` you might want to +working directory or a subdirectory called "config" or in `~/.spring-cloud`). E.g. in `configserver.yml` you might want to do something like this to locate a local git repository for the backend: .configserver.yml