diff options
-rw-r--r-- | server/sonar-web/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index ef74b2cd81d..479bba07ad9 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -342,6 +342,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> |