diff options
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
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 |