diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-08 13:30:53 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-08 13:31:40 +0100 |
commit | e0d6348b44943358649361891527e8871e4f2777 (patch) | |
tree | 3e3171993fddf4b28cd442f7469731add5af4ec5 /sonar-application | |
parent | 44ba18134a51d1f5f321f00d85adfbf99e991833 (diff) | |
download | sonarqube-e0d6348b44943358649361891527e8871e4f2777.tar.gz sonarqube-e0d6348b44943358649361891527e8871e4f2777.zip |
SONAR-5000 Stop support of the property "sonar.jdbc.schema"
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 5360519f93a..9eaa65c47f8 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -50,24 +50,11 @@ sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar #sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE -# Uncomment the following property if the Oracle account has permissions to access multiple schemas, -# for example sonar schemas with different versions. In that case, use the same property during project analysis -# (-Dsonar.jdbc.schema=<schema>) -# The schema is case-sensitive. -#sonar.jdbc.schema=sonar - - #----- PostgreSQL 8.x/9.x # Comment the embedded database and uncomment the following property to use PostgreSQL #sonar.jdbc.url=jdbc:postgresql://localhost/sonar -# Uncomment the following property if the PostgreSQL account has permissions to access multiple schemas, -# for example sonar schemas with different versions. In that case, use the same property during project analysis -# (-Dsonar.jdbc.schema=<schema>) -#sonar.jdbc.schema=public - - #----- Microsoft SQLServer # The Jtds open source driver is available in extensions/jdbc-driver/mssql. More details on http://jtds.sourceforge.net #sonar.jdbc.url=jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor |