diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-15 23:03:20 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-15 23:03:20 +0100 |
commit | dd5a11e029a44aba8131f5ec434fbac942dc42cb (patch) | |
tree | 28f9342951e7d336635dcbc2cae3656eb2732d22 /sonar-application | |
parent | bb30daf0a219a05985be7b8eed4824f09bb2593e (diff) | |
download | sonarqube-dd5a11e029a44aba8131f5ec434fbac942dc42cb.tar.gz sonarqube-dd5a11e029a44aba8131f5ec434fbac942dc42cb.zip |
SONAR-4843 Document sonar.rails.dev in conf/sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index b97e9e3da21..ba9e406d732 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -164,7 +164,6 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 #http.proxyPassword= - #-------------------------------------------------------------------------------------------------- # NOTIFICATIONS @@ -177,3 +176,9 @@ sonar.notifications.delay=60 #sonar.log.profilingLevel=NONE +#-------------------------------------------------------------------------------------------------- +# DEVELOPMENT MODE +# Only for debugging + +# Set to true to apply Ruby on Rails code changes on the fly +#sonar.rails.dev=false |