From 492b2869a956a4bc0d60e02cb9a79d3eb3655626 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Thu, 5 Sep 2019 17:20:11 +0200 Subject: [PATCH] SONAR-8520 fix bad accidental change in sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index c6da325a6eb..b7067153c6a 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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 -- 2.39.5