diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-16 16:25:19 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-16 16:25:19 +0200 |
commit | b7e8b9db05cf1e6442315c77fc539a1f3bfc08d5 (patch) | |
tree | 153afb0d953b0893061abe281f59821a6a84daa3 /sonar-server | |
parent | 153cd97a5c43857d9e23d6b4c59c4ab5a2ffe0fd (diff) | |
download | sonarqube-b7e8b9db05cf1e6442315c77fc539a1f3bfc08d5.tar.gz sonarqube-b7e8b9db05cf1e6442315c77fc539a1f3bfc08d5.zip |
Restore rails dev mode in start-dev-server profile
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index bec82985bfa..0ad6b082b9b 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -449,6 +449,7 @@ <useNaming>false</useNaming> <systemProperties> <SONAR_HOME>${project.build.directory}/dev</SONAR_HOME> + <rails.env>development</rails.env> <jruby.max.runtimes>3</jruby.max.runtimes> <sonar.jdbc.url>${sonar.jdbc.url}</sonar.jdbc.url> <sonar.es.http.host>127.0.0.1</sonar.es.http.host> |