aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-12-16 08:16:32 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-12-16 08:33:01 +0100
commit9b2c7a304e54de416063bebca448663bfb515fa0 (patch)
tree778c8686ff815608388f9b18aa96fea8424b09a6 /sonar-application
parent8384ad87cde7d957485062d28913bf688f908bc8 (diff)
downloadsonarqube-9b2c7a304e54de416063bebca448663bfb515fa0.tar.gz
sonarqube-9b2c7a304e54de416063bebca448663bfb515fa0.zip
Fix typo in conf/sonar.properties
Diffstat (limited to 'sonar-application')
-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 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