aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-09-13 15:24:22 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-09-13 15:24:30 +0200
commit70586c16196d5025a7917fbe39cb124d0bdc4812 (patch)
tree424c62511d014e23cd823ac519cfcbb10e95179f /sonar-application
parentadcfdbd1e623f7e51ca35841428d82f51be6c632 (diff)
downloadsonarqube-70586c16196d5025a7917fbe39cb124d0bdc4812.tar.gz
sonarqube-70586c16196d5025a7917fbe39cb124d0bdc4812.zip
SONAR-2587 add a comment in conf/sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 11793e92a89..97515452f73 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -86,6 +86,8 @@ sonar.jdbc.driverClassName: org.apache.derby.jdbc.ClientDriver
#sonar.jdbc.url: jdbc:postgresql://localhost/sonar
#sonar.jdbc.driverClassName: org.postgresql.Driver
#sonar.jdbc.validationQuery: select 1
+
+# If the PostgreSql database contains several schemas, the following property must define the schema to be used
#sonar.jdbc.postgreSearchPath: public