]> source.dussan.org Git - sonarqube.git/commitdiff
Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Oct 2015 10:37:04 +0000 (12:37 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Oct 2015 10:37:04 +0000 (12:37 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index 3e0d1508cbbbdca517ddace7cc24a6ecea81f382..1377247eb7ba445137e9216556744276d70525ed 100644 (file)
 #sonar.jdbc.password=
 
 #----- Embedded Database (default)
-# It does not accept connections from remote hosts, so the
-# server and the analyzers must be executed on the same host.
-#sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar
-
 # H2 embedded database server listening port, defaults to 9092
 #sonar.embeddedDatabase.port=9092