diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-04-11 10:08:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-11 20:03:15 +0000 |
commit | 61707a3d97c9746bc0447e72f3be44f3a4773823 (patch) | |
tree | ae9509626d6ea766fa9129a50b1848d9f1de6f48 /sonar-application | |
parent | f2d089d0dcaab91f93f6a74ab7fd2d6bab0757e4 (diff) | |
download | sonarqube-61707a3d97c9746bc0447e72f3be44f3a4773823.tar.gz sonarqube-61707a3d97c9746bc0447e72f3be44f3a4773823.zip |
[NO-JIRA] Align sonar.properties to refer to the right MSSQL driver version
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index dcbb6bb240c..65be854976f 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -48,9 +48,9 @@ # 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 11.2.2 package from -# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.2/mssql-jdbc_auth.zip -# and 'mssql-jdbc_auth-11.2.2.x64.dll' to your path. +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 11.2.3 package from +# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.3/mssql-jdbc_auth.zip +# and 'mssql-jdbc_auth-11.2.3.x64.dll' to your path. #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true # Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server. |