summaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-07 00:23:05 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-07 00:27:14 +0200
commit51a44e634773d34fff52efadb036693f40d5bf48 (patch)
treebc04765e106c30688569e6bb0a07f4bb5ed2bae8 /sonar-application/src/main
parentc36cc4d9b79e3c6b1aaddb07ff959937e39b77fd (diff)
downloadsonarqube-51a44e634773d34fff52efadb036693f40d5bf48.tar.gz
sonarqube-51a44e634773d34fff52efadb036693f40d5bf48.zip
SONAR-5518 Remove the property sonar.embeddedDatabase.dataDir
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 67983cced2e..8cae11e3cca 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -18,13 +18,11 @@
#sonar.jdbc.username=sonar
#sonar.jdbc.password=sonar
-#----- Embedded database - default
+#----- 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
+#sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar
-# directory containing H2 database files. By default it's the /data directory in the SonarQube installation.
-#sonar.embeddedDatabase.dataDir=
# H2 embedded database server listening port, defaults to 9092
#sonar.embeddedDatabase.port=9092