aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/assembly/conf/sonar.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
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