aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties11
1 files changed, 0 insertions, 11 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 97515452f73..dc05f1625ff 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -108,17 +108,6 @@ sonar.jdbc.minEvictableIdleTimeMillis: 600000
sonar.jdbc.timeBetweenEvictionRunsMillis: 30000
-#----- JDBC Datasource bounded to JNDI
-# When sonar webapp is deployed into a JEE server, the JDBC datasource can be loaded from JNDI.
-# In such a case Sonar uses this datasource to connect to database.
-# If you activate this feature, then the properties starting with "sonar.jdbc." can be commented, except sonar.jdbc.dialect.
-# The JDBC driver must still be deployed into the directory /extensions/jdbc-driver.
-#sonar.jdbc.jndiName: jdbc/sonar
-
-# Values are : mysql, mssql, oracle, postgresql
-#sonar.jdbc.dialect=
-
-
#---------------------------------------------------------
# UPDATE CENTER
#---------------------------------------------------------