]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 21 Oct 2015 07:00:31 +0000 (09:00 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 21 Oct 2015 07:00:31 +0000 (09:00 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index fec2dca7d41c4d159fd356c20ae83e2b26d41997..ae9b419daf322b7ebdb775967dda39913b57fca1 100644 (file)
@@ -38,7 +38,7 @@
 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar
 
 
-#----- Microsoft SQLServer 2008/2012
+#----- Microsoft SQLServer 2008/2012/2014 and SQL Azure
 # 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