aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-21 09:00:31 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-21 09:00:31 +0200
commitb904aa8c2f6d863b0ef76901d1b3c1e0ba9165e6 (patch)
treee82f54ff2dab3118d351cfa09f4112bdab95e860 /sonar-application
parent5945ad454bcbac6bd7f1f6c9651daabeffe02f4f (diff)
downloadsonarqube-b904aa8c2f6d863b0ef76901d1b3c1e0ba9165e6.tar.gz
sonarqube-b904aa8c2f6d863b0ef76901d1b3c1e0ba9165e6.zip
SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
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 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