diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-14 14:51:57 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-14 15:38:24 +0100 |
commit | eddf00038c9f859f371a798ee5417d2eed5cdc45 (patch) | |
tree | 44e24b4d5fd1655b22f8b48764f50e0fbff9aa68 /sonar-application/src | |
parent | a4667d3565756d3898e0ee277bed1fa575409282 (diff) | |
download | sonarqube-eddf00038c9f859f371a798ee5417d2eed5cdc45.tar.gz sonarqube-eddf00038c9f859f371a798ee5417d2eed5cdc45.zip |
Add Postgresql 9.x to comment of sonar.properties
Diffstat (limited to 'sonar-application/src')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 678d41013d6..aca69ce9dbe 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -36,7 +36,7 @@ #--------------------------------------------------------- #----- Embedded database Derby -# Note : it does accept connections from remote hosts, so the +# Note : it does accept connections from remote hosts, so the # sonar server and the maven plugin must be executed on the same host. # Comment the 3 following lines to deactivate the default embedded database @@ -68,7 +68,7 @@ sonar.jdbc.validationQuery: values(1) # In that case, use the same property during maven analysis (-Dsonar.hibernate.default_schema=xxx) #sonar.hibernate.default_schema: sonar -#----- PostgreSQL 8.x +#----- PostgreSQL 8.x, 9.x # uncomment the 3 following lines to use PostgreSQL #sonar.jdbc.url: jdbc:postgresql://localhost/sonar #sonar.jdbc.driverClassName: org.postgresql.Driver |