From b904aa8c2f6d863b0ef76901d1b3c1e0ba9165e6 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 21 Oct 2015 09:00:31 +0200 Subject: [PATCH] SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index fec2dca7d41..ae9b419daf3 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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 -- 2.39.5