aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 12:37:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-09 12:37:04 +0200
commitb15306e38a1295f27b06c942cd19995145276baa (patch)
tree70849c807b66c73c8076d9dc79b401c6ec4ea946 /sonar-application/src
parent5d54bdb9dc5dd7001a25c71089fde93744711ed7 (diff)
downloadsonarqube-b15306e38a1295f27b06c942cd19995145276baa.tar.gz
sonarqube-b15306e38a1295f27b06c942cd19995145276baa.zip
Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files changed, 0 insertions, 4 deletions
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