diff options
Diffstat (limited to 'sonar-application/src/main/assembly/conf')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
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 |