diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-14 11:12:06 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-14 11:12:15 +0100 |
commit | 69a8d251c0af99ea5e8761db2770e6c43172bad3 (patch) | |
tree | 621f54aab2862fb4543bd98677d2f5d975aefcf7 /sonar-application | |
parent | cc323b14712f52133e7853e131750827df084239 (diff) | |
download | sonarqube-69a8d251c0af99ea5e8761db2770e6c43172bad3.tar.gz sonarqube-69a8d251c0af99ea5e8761db2770e6c43172bad3.zip |
SONAR-5000 add comments to sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 9eaa65c47f8..b97e9e3da21 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -46,12 +46,14 @@ sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar # - It's recommended to use the latest version of the JDBC driver (ojdbc6.jar). # Download it in http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html # - Copy the driver to the directory extensions/jdbc-driver/oracle/ +# - If you need to set the schema, please refer to http://jira.codehaus.org/browse/SONAR-5000 # - Comment the embedded database and uncomment the following line: #sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE #----- PostgreSQL 8.x/9.x -# Comment the embedded database and uncomment the following property to use PostgreSQL +# Comment the embedded database and uncomment the following property to use PostgreSQL. +# If you don't use the schema named "public", please refer to http://jira.codehaus.org/browse/SONAR-5000 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar |