#---------------------------------------------------------
#----- 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
# 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