diff options
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index f05c7f385e5..8702cdb73a7 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -105,3 +105,16 @@ sonar.jdbc.timeBetweenEvictionRunsMillis: 30000 # If you don't use the default JDBC drivers, as listed above, then you have to explicitly set the dialect to use. # Values are : mysql, derby, oracle, postgresql #sonar.jdbc.dialect= + + +#--------------------------------------------------------- +# UPDATE CENTER +#--------------------------------------------------------- + +# The Update Center requires an internet connection to request http://update.sonarsource.org +# If needed, HTTP proxy can be configured with standard Java environment variables : -Dhttp.proxyHost +# and -Dhttp.proxyPort. System configuration can also be used with -Djava.net.useSystemProxies=true. +# These properties can not be set in this file. + +# Update Center is activated by default. +#sonar.updatecenter.activate=true |