diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2021-11-16 14:05:12 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-11-18 20:03:33 +0000 |
commit | 96f0ee77a8ddbc233b0834bbed6d1b16362dfc95 (patch) | |
tree | 0f8070043d3a9bf955b2caff5f446c6fac89b31d /sonar-application | |
parent | 9f7a5068bb26f2760332c6e0bacec424e2edd47a (diff) | |
download | sonarqube-96f0ee77a8ddbc233b0834bbed6d1b16362dfc95.tar.gz sonarqube-96f0ee77a8ddbc233b0834bbed6d1b16362dfc95.zip |
SONAR-15498 Allow to define different branches for same project within portfolio hierarchy
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index f62ffb272d5..575a2e39d63 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -417,3 +417,5 @@ # 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 |