aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2022-06-17 13:34:58 -0500
committersonartech <sonartech@sonarsource.com>2022-06-20 20:02:54 +0000
commit76a36fa9d4a082de4baa96e327a382bd9fb1cbfb (patch)
tree5f1d1006f885ddefdf895da9b3f30cb9644d92eb /sonar-application
parentca9d317cbf582c82f9bad08f4896f23529899256 (diff)
downloadsonarqube-76a36fa9d4a082de4baa96e327a382bd9fb1cbfb.tar.gz
sonarqube-76a36fa9d4a082de4baa96e327a382bd9fb1cbfb.zip
SONAR-16249 Add release notes
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index a5a8bb5dadc..ae55338da1e 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -42,8 +42,7 @@
# 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 10.2.1 package from
# https://github.com/microsoft/mssql-jdbc/releases/download/v10.2.1/mssql-jdbc_auth.zip
-# and copy one of the dll files to your path. You have to copy the 32 bit or 64 bit version of the dll
-# depending upon the architecture of your server machine.
+# and 'mssql-jdbc_auth-10.2.1.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.