From 3ee4f52456020c72cd1fda873cfd3ac4087de05e Mon Sep 17 00:00:00 2001
From: Dave Syer
Date: Thu, 5 May 2016 08:33:49 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
spring-cloud-config.html | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/spring-cloud-config.html b/spring-cloud-config.html
index ab7c9c8d..39d6814a 100644
--- a/spring-cloud-config.html
+++ b/spring-cloud-config.html
@@ -1058,6 +1058,20 @@ that should be applicable. HTTPS proxy settings can be set in
~/.git/config or in the same way as for any other JVM process via
system properties (-Dhttps.proxyHost and -Dhttps.proxyPort).
+
+
+
+|
+ Tip
+ |
+
+If you don’t know where your ~/.git directory is us git config
+--global to manipulate the settings (e.g. git config --global
+http.sslVerify false).
+ |
+
+
+
Placeholders in Git Search Paths
@@ -2026,7 +2040,7 @@ grabbing it in the bootstrap context and injecting one).