Browse Source

SONARPLUGINS-2711 Add SQL Server default configuration to conf/sonar-runner.properties

tags/2.5-rc1
Simon Brandhof 11 years ago
parent
commit
bba1d79730
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      sonar-runner-dist/src/main/assembly/conf/sonar-runner.properties

+ 3
- 3
sonar-runner-dist/src/main/assembly/conf/sonar-runner.properties View File

@@ -6,15 +6,15 @@

#----- PostgreSQL
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar
#sonar.jdbc.driver=org.postgresql.Driver

#----- MySQL
#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
#sonar.jdbc.driver=com.mysql.jdbc.Driver

#----- Oracle
#sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE
#sonar.jdbc.driver=oracle.jdbc.driver.OracleDriver

#----- Microsoft SQLServer
#sonar.jdbc.url=jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor

#----- Global database settings
#sonar.jdbc.username=sonar

Loading…
Cancel
Save