From e63a5e9b07290d49a790b807af8915a48b6c28ca Mon Sep 17 00:00:00 2001 From: Jacek Date: Fri, 19 Nov 2021 11:23:59 +0100 Subject: [PATCH] SONAR-15676 Drop hardcoded ip address in sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5