diff options
Diffstat (limited to 'sonar-application')
-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 f3db4954445..e6fce16ae21 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -41,7 +41,7 @@ sonar.jdbc.username: sonar sonar.jdbc.password: sonar #----- Embedded database Derby -# Note : it does accept connections from remote hosts, so the +# Note : it does not accept connections from remote hosts, so the # sonar server and the maven plugin must be executed on the same host. # Comment the following line to deactivate the default embedded database. @@ -86,7 +86,7 @@ sonar.jdbc.url: jdbc:derby://localhost:1527/sonar;cre #sonar.jdbc.schema: sonar -#----- PostgreSQL 8.x, 9.x +#----- PostgreSQL 8.x/9.x # Comment the embedded database and uncomment the following property to use PostgreSQL #sonar.jdbc.url: jdbc:postgresql://localhost/sonar |