diff --git a/config/environments/staging.rb b/config/environments/staging.rb new file mode 100644 index 0000000..86e28fb --- /dev/null +++ b/config/environments/staging.rb @@ -0,0 +1,13 @@ +# inherit from production +require_relative 'production' + +Noosfero::Application.configure do + + # expose errors + config.consider_all_requests_local = true + + # ease debug + config.assets.compress = false + +end + -- libgit2 0.21.2