aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-05-21 10:50:08 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-05-21 10:50:21 +0200
commit92f0b1af15cc9a9b599afaf8220bf2365fac7c57 (patch)
tree3ed952222a8f732a263269a1975ce64d5b96b727 /sonar-server/pom.xml
parent6d897be3a48da2af75f5a94f87491e98b5569b46 (diff)
downloadsonarqube-92f0b1af15cc9a9b599afaf8220bf2365fac7c57.tar.gz
sonarqube-92f0b1af15cc9a9b599afaf8220bf2365fac7c57.zip
Configure sonar.web.context in dev mode
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 3318c123d34..84f16cfe6b9 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -458,6 +458,7 @@
<sonar.es.http.port>9200</sonar.es.http.port>
<sonar.log.console>true</sonar.log.console>
<sonar.log.profilingLevel>FULL</sonar.log.profilingLevel>
+ <sonar.web.context>http://localhost:9000/dev</sonar.web.context>
</systemProperties>
</configuration>
</plugin>