Browse Source

SONAR-5000 add comments to sonar.properties

tags/4.2
Simon Brandhof 10 years ago
parent
commit
69a8d251c0
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      sonar-application/src/main/assembly/conf/sonar.properties

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

# - It's recommended to use the latest version of the JDBC driver (ojdbc6.jar). # - It's recommended to use the latest version of the JDBC driver (ojdbc6.jar).
# Download it in http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html # Download it in http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
# - Copy the driver to the directory extensions/jdbc-driver/oracle/ # - Copy the driver to the directory extensions/jdbc-driver/oracle/
# - If you need to set the schema, please refer to http://jira.codehaus.org/browse/SONAR-5000
# - Comment the embedded database and uncomment the following line: # - Comment the embedded database and uncomment the following line:
#sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE #sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE




#----- PostgreSQL 8.x/9.x #----- PostgreSQL 8.x/9.x
# Comment the embedded database and uncomment the following property to use PostgreSQL
# Comment the embedded database and uncomment the following property to use PostgreSQL.
# If you don't use the schema named "public", please refer to http://jira.codehaus.org/browse/SONAR-5000
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar #sonar.jdbc.url=jdbc:postgresql://localhost/sonar





Loading…
Cancel
Save