From: Simon Brandhof Date: Fri, 9 Oct 2015 10:37:04 +0000 (+0200) Subject: Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar X-Git-Tag: 5.2-RC1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b15306e38a1295f27b06c942cd19995145276baa;p=sonarqube.git Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 3e0d1508cbb..1377247eb7b 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -15,10 +15,6 @@ #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