From: Jacek Date: Fri, 19 Nov 2021 10:23:59 +0000 (+0100) Subject: SONAR-15676 Drop hardcoded ip address in sonar.properties X-Git-Tag: 9.2.0.49834~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3816efccfd68e358f9fc7a762f73babf194d82f9;p=sonarqube.git SONAR-15676 Drop hardcoded ip address in sonar.properties --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 575a2e39d63..f62ffb272d5 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -417,5 +417,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 - -sonar.search.host=192.168.1.148