Browse Source

SONAR-14677 Adjust Server base URL description to include HTTPS

tags/8.9.0.43852
colin-mueller-sonarsource 3 years ago
parent
commit
0fe9175b3a

+ 1
- 1
sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java View File

@@ -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 <i>http://yourhost.yourdomain/sonar</i>. This value is used i.e. to create links in emails.")
.description("HTTP(S) URL of this SonarQube server, such as <i>https://yourhost.yourdomain/sonar</i>. This value is used i.e. to create links in emails.")
.category(CoreProperties.CATEGORY_GENERAL)
.build(),


Loading…
Cancel
Save