Browse Source

SONAR-11196 Fix documentation about configuration of PostgreSQL schema

tags/7.5
Simon Brandhof 5 years ago
parent
commit
1dce62e933
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sonar-application/src/main/assembly/conf/sonar.properties

+ 2
- 2
sonar-application/src/main/assembly/conf/sonar.properties View File

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

Loading…
Cancel
Save