]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8520 fix bad accidental change in sonar.properties
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 5 Sep 2019 15:20:11 +0000 (17:20 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 6 Sep 2019 18:21:04 +0000 (20:21 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index c6da325a6ebed8ed153ad45dbcfc44334837845f..b7067153c6ae83d584e4d4cff530a4299e9ed76e 100644 (file)
@@ -14,7 +14,7 @@
 # Permissions to create tables, indices and triggers must be granted to JDBC user.
 # The schema must be created first.
 #sonar.jdbc.username=
-#sonar.jdbc.=
+#sonar.jdbc.password=
 
 #----- Embedded Database (default)
 # H2 embedded database server listening port, defaults to 9092