]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1039 Issue with connecting sonar default database in a windows machine via...
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 18 Oct 2010 16:39:48 +0000 (16:39 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 18 Oct 2010 16:39:48 +0000 (16:39 +0000)
sonar-application/src/main/assembly/conf/sonar.properties

index 8b6d04019c06a1327511c930ea590ff1673dfcfa..f05c7f385e58e34a31f0d2752977b3af2e6f9d25 100644 (file)
@@ -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