diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-18 16:39:48 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-18 16:39:48 +0000 |
commit | c62f720adc4e545e4ac47d3d596692e077620e23 (patch) | |
tree | d05bee3ef56d5c5b0ac321642f831be801d7445e /sonar-application | |
parent | bc92061a8b012d08b8efb09b8e21b5ed114a5f59 (diff) | |
download | sonarqube-c62f720adc4e545e4ac47d3d596692e077620e23.tar.gz sonarqube-c62f720adc4e545e4ac47d3d596692e077620e23.zip |
SONAR-1039 Issue with connecting sonar default database in a windows machine via the maven build in solaris machine
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |