From: Simon Brandhof Date: Tue, 14 Oct 2014 17:42:27 +0000 (+0200) Subject: SONAR-5692 document sonar.search.httpPort in the developer section of sonar.properties X-Git-Tag: 4.5.1-RC1~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=356b07bfaaed986f4670be59213cce06d421f7eb;p=sonarqube.git SONAR-5692 document sonar.search.httpPort in the developer section of sonar.properties --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 0c70358e1c1..064e2beafac 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -235,6 +235,7 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 #-------------------------------------------------------------------------------------------------- # DEVELOPMENT - only for developers +# The following properties MUST NOT be used in production environments. # Dev mode allows to reload web sources on changes and to restart server when new versions # of plugins are deployed. @@ -243,3 +244,7 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 # Path to webapp sources for hot-reloading of Ruby on Rails, JS and CSS (only core, # plugins not supported). #sonar.web.dev.sources=/path/to/server/sonar-web/src/main/webapp + +# Uncomment to enable the Elasticsearch HTTP connector, so that ES can be directly requested through +# http://lmenezes.com/elasticsearch-kopf/?location=http://localhost:9010 +#sonar.search.httpPort=9010