瀏覽代碼

SONAR-14677 Adjust Server base URL description to include HTTPS

tags/8.9.0.43852
colin-mueller-sonarsource 3 年之前
父節點
當前提交
0fe9175b3a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java

+ 1
- 1
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 <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…
取消
儲存