diff options
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 6ce66482775..6ca7452a06e 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -271,7 +271,7 @@ # Same as previous property, but allows to not repeat all other settings like -Xmx #sonar.search.javaAdditionalOpts= -# Elasticsearch port. Default is 9001. Use 0 to get a free port. +# Elasticsearch port for incoming HTTP connections. Default is 9001. Use 0 to get a free port. # As a security precaution, should be blocked by a firewall and not exposed to the Internet. #sonar.search.port=9001 @@ -413,11 +413,3 @@ # We don't collect source code or IP addresses. And we don't share the data with anyone else. # To see an example of the data shared: login as a global administrator, call the WS api/system/info and check the Statistics field. #sonar.telemetry.enable=true - - -#-------------------------------------------------------------------------------------------------- -# DEVELOPMENT - only for developers -# The following properties MUST NOT be used in production environments. - -# Elasticsearch HTTP connector -#sonar.search.httpPort=-1 |