]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17712 SONAR-17713 SONAR-17742 Update configuration file with new supported...
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Mon, 19 Dec 2022 21:31:04 +0000 (15:31 -0600)
committersonartech <sonartech@sonarsource.com>
Tue, 20 Dec 2022 20:03:02 +0000 (20:03 +0000)
sonar-application/src/main/assembly/conf/sonar.properties

index 2dc3b960265848995d9a23c15653bf770f930c55..1fe03751c021f23c772f2f472bde6e535120d98f 100644 (file)
@@ -31,7 +31,7 @@
 #sonar.embeddedDatabase.port=9092
 
 
-#----- Oracle 12c/18c/19c
+#----- Oracle 19c/21c
 # The Oracle JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/.
 # Only the thin client is supported, and we recommend using the latest Oracle JDBC driver. See
 # https://jira.sonarsource.com/browse/SONAR-9758 for more details.
@@ -44,7 +44,7 @@
 #sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema
 
 
-#----- Microsoft SQLServer 2014/2016/2017/2019 and SQL Azure
+#----- Microsoft SQLServer 2014/2016/2017/2019/2022 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