]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5692 document sonar.search.httpPort in the developer section of sonar.properties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 14 Oct 2014 17:42:27 +0000 (19:42 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 14 Oct 2014 17:42:27 +0000 (19:42 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index 0c70358e1c142e5af3c880502277d6ddbe87227f..064e2beafacad27ded1758e677c525936c71c86a 100644 (file)
@@ -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