aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-22 17:35:08 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-22 17:35:08 +0100
commite01b87b68026b52c209ae669913daff916117cd0 (patch)
tree7753b7b25f6defe2562c4c9b10fb8a13b98dd2f6 /sonar-server/pom.xml
parent81a2b16151565c385433335c826c0900c78b6ede (diff)
downloadsonarqube-e01b87b68026b52c209ae669913daff916117cd0.tar.gz
sonarqube-e01b87b68026b52c209ae669913daff916117cd0.zip
SONAR-4902 Enable REST access to ES in start-dev-server profile
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 54eb663175b..1ac6dd9d482 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -358,6 +358,8 @@
<jruby.max.runtimes>3</jruby.max.runtimes>
<sonar.jdbc.url>${sonar.jdbc.url}</sonar.jdbc.url>
<sonar.runtime.mode>development</sonar.runtime.mode>
+ <sonar.es.http.host>127.0.0.1</sonar.es.http.host>
+ <sonar.es.http.port>9200</sonar.es.http.port>
</systemProperties>
</configuration>
</plugin>