aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 20:35:30 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-02 16:15:33 +0100
commit8f7a9ad479a219fc22ac729a23f220e450c572b7 (patch)
treefc702b589ac386098987cf09ef4da01f53375fd8 /sonar-application
parentec20fce8d932bd19c3f3ed2ed007fe5367f6c2f4 (diff)
downloadsonarqube-8f7a9ad479a219fc22ac729a23f220e450c572b7.tar.gz
sonarqube-8f7a9ad479a219fc22ac729a23f220e450c572b7.zip
SONAR-7122 Drop the ability to customize the web app context
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index ae9b419daf3..b0093dda0f9 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -100,10 +100,6 @@
# By default, ports will be used on all IP addresses associated with the server.
#sonar.web.host=0.0.0.0
-# 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.
#sonar.web.port=9000