diff options
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index d4fc1ff02e8..024dc35d67f 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -42,12 +42,12 @@ sonar.jdbc.password: sonar #----- Embedded database H2 # Note : it does not accept connections from remote hosts, so the -# sonar server and the maven plugin must be executed on the same host. +# SonarQube server and the maven plugin must be executed on the same host. # Comment the following line to deactivate the default embedded database. sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar -# directory containing H2 database files. By default it's the /data directory in the sonar installation. +# 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 |