diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-27 23:05:14 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-09-07 20:20:55 +0200 |
commit | 1dce62e933270bdc226946ec8b1f2ea6d8e4c9ef (patch) | |
tree | d6c67cf2637d14962b3cba655518405b341d1acf /sonar-application | |
parent | 9eaae639aae36ea69c3fdecfcc6ea34315259099 (diff) | |
download | sonarqube-1dce62e933270bdc226946ec8b1f2ea6d8e4c9ef.tar.gz sonarqube-1dce62e933270bdc226946ec8b1f2ea6d8e4c9ef.zip |
SONAR-11196 Fix documentation about configuration of PostgreSQL schema
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 79310c4a2f7..92eea9c6d1f 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -37,8 +37,8 @@ #----- PostgreSQL 9.3 or greater -# If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000 -#sonar.jdbc.url=jdbc:postgresql://localhost/sonar +# By default the schema named "public" is used. It can be overridden with the parameter "currentSchema". +#sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema #----- Microsoft SQLServer 2014/2016 and SQL Azure |