diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-14 19:42:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-14 19:42:27 +0200 |
commit | 356b07bfaaed986f4670be59213cce06d421f7eb (patch) | |
tree | 556cdb05501782e157d26778a9d2d57076155e45 /sonar-application/src/main | |
parent | af11170992331c71020ff86db0e15b8bc09d44b5 (diff) | |
download | sonarqube-356b07bfaaed986f4670be59213cce06d421f7eb.tar.gz sonarqube-356b07bfaaed986f4670be59213cce06d421f7eb.zip |
SONAR-5692 document sonar.search.httpPort in the developer section of sonar.properties
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 5 |
1 files changed, 5 insertions, 0 deletions
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 |