aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-14 18:01:27 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-14 18:30:02 +0200
commitec0c9c265fed27964480ce51edc8a191b5234be7 (patch)
tree8e6cf6822f764f97779776bf0f8133df3191ecc8 /sonar-application
parentc32b3042bfdc8991ee42d7ae3855226018561ae8 (diff)
downloadsonarqube-ec0c9c265fed27964480ce51edc8a191b5234be7.tar.gz
sonarqube-ec0c9c265fed27964480ce51edc8a191b5234be7.zip
SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 1d700de0695..c4118f20895 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -188,8 +188,7 @@
# HTTP proxy (default none)
#http.proxyHost=
#http.proxyPort=
-
-# HTTPS proxy (default none)
+# HTTPS proxy (defaults are values of http.proxyHost and http.proxyPort)
#https.proxyHost=
#https.proxyPort=