From: Simon Brandhof Date: Mon, 13 Jun 2016 07:42:55 +0000 (+0200) Subject: SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correct X-Git-Tag: 6.0-RC1~337^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=47d02a5e043b7a97c420bc47dfadb9d4b4b3c6eb;p=sonarqube.git SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correct --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index fc40e150757..5af07bb064f 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -101,8 +101,7 @@ # Web context. When set, it must start with forward slash (for example /sonarqube). # The default value is root context (empty value). #sonar.web.context= - -# TCP port for incoming HTTP connections. Disabled when value is -1. +# TCP port for incoming HTTP connections. Default value is 9000. #sonar.web.port=9000