Browse Source

Improve warnings about sonar.search.port/host in sonar.properties

tags/5.2-RC1
Simon Brandhof 8 years ago
parent
commit
5d5eaaf74d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      sonar-application/src/main/assembly/conf/sonar.properties

+ 2
- 1
sonar-application/src/main/assembly/conf/sonar.properties View File

@@ -208,11 +208,12 @@
#sonar.search.javaAdditionalOpts=

# Elasticsearch port. Default is 9001. Use 0 to get a free port.
# This port must be private and must not be exposed to the Internet.
# As a security precaution, should be blocked by a firewall and not exposed to the Internet.
#sonar.search.port=9001

# Elasticsearch host. The search server will bind this address and the search client will connect to it.
# Default is 127.0.0.1.
# As a security precaution, should NOT be set to a publicly available address.
#sonar.search.host=127.0.0.1



Loading…
Cancel
Save