diff options
author | Léo Geoffroy <leo.geoffroy@sonarsource.com> | 2023-11-23 11:03:30 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-23 20:02:58 +0000 |
commit | bf72dfddd2c8736ee34841a4aa5e2c1af4e28b7e (patch) | |
tree | 4be16bde798b10b9034f395d355d4bad0db4152c | |
parent | 0887345d41ef6703adb506e0d3cf65cd91755ea8 (diff) | |
download | sonarqube-bf72dfddd2c8736ee34841a4aa5e2c1af4e28b7e.tar.gz sonarqube-bf72dfddd2c8736ee34841a4aa5e2c1af4e28b7e.zip |
[NO-JIRA] Fix version of Microsoft SQL JDBC in the comments
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index db7bf91f6a9..63f50c0c7a5 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -48,7 +48,7 @@ # A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS) # Use the following connection string if you want to use integrated security with Microsoft Sql Server # Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security -# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 12.2.0 package from +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 12.4.2 package from # https://github.com/microsoft/mssql-jdbc/releases/download/v12.4.2/mssql-jdbc_auth.zip # and 'mssql-jdbc_auth-12.4.2.x64.dll' to your path. #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true |