From: colin-mueller-sonarsource Date: Thu, 8 Apr 2021 17:22:00 +0000 (+0200) Subject: SONAR-14677 Adjust Server base URL description to include HTTPS X-Git-Tag: 8.9.0.43852~139 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0fe9175b3a6e5960f33843a06725f48eaf36193a;p=sonarqube.git SONAR-14677 Adjust Server base URL description to include HTTPS --- diff --git a/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java b/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java index 7e75d695708..8fb44a8b270 100644 --- a/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java +++ b/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java @@ -76,7 +76,7 @@ public class CorePropertyDefinitions { .build(), PropertyDefinition.builder(CoreProperties.SERVER_BASE_URL) .name("Server base URL") - .description("HTTP URL of this SonarQube server, such as http://yourhost.yourdomain/sonar. This value is used i.e. to create links in emails.") + .description("HTTP(S) URL of this SonarQube server, such as https://yourhost.yourdomain/sonar. This value is used i.e. to create links in emails.") .category(CoreProperties.CATEGORY_GENERAL) .build(),