From c62f720adc4e545e4ac47d3d596692e077620e23 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 18 Oct 2010 16:39:48 +0000 Subject: [PATCH] SONAR-1039 Issue with connecting sonar default database in a windows machine via the maven build in solaris machine --- sonar-application/src/main/assembly/conf/sonar.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 8b6d04019c0..f05c7f385e5 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -48,6 +48,9 @@ sonar.jdbc.validationQuery: values(1) # derby embedded database server listening port, defaults to 1527 #sonar.derby.drda.portNumber: 1527 +# uncomment to accept connections from remote hosts. Ba default it only accepts localhost connections. +#sonar.derby.drda.host: 0.0.0.0 + #----- MySQL 5.x/6.x # Comment the embedded database and uncomment the following lines to use MySQL #sonar.jdbc.url: jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8 -- 2.39.5