diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-04 11:53:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-04 11:53:35 +0200 |
commit | 004bd3d6370a1d2fba26ba185c6e1fe350654e16 (patch) | |
tree | cb20c9f4c8649d2614560516447beaa9cff91d0c /sonar-application/src | |
parent | 82f13ea12116cbeb8b3df42a78f355e771c01d33 (diff) | |
download | sonarqube-004bd3d6370a1d2fba26ba185c6e1fe350654e16.tar.gz sonarqube-004bd3d6370a1d2fba26ba185c6e1fe350654e16.zip |
Improve documentation of web dev mode
Diffstat (limited to 'sonar-application/src')
-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 578cfa942bd..a5a575e7a8b 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -237,3 +237,16 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 # Defaults are respectively <installation home>/data and <installation home>/temp #sonar.path.data=data #sonar.path.temp=temp + + + +#-------------------------------------------------------------------------------------------------- +# DEVELOPMENT - only for developers + +# Dev mode allows to reload web sources on changes and to restart server when new versions +# of plugins are deployed. +#sonar.web.dev=false + +# Path to webapp sources for hot-reloading of Ruby on Rails, JS and CSS (only core, +# plugins not supported). +#sonar.web.dev.sources=/path/to/server/sonar-web/src/main/webapp |