diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 213e940f..a5b908ee 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -18,9 +18,6 @@ Rails.application.configure do # Eager load is also required for the prometheus exporter config.eager_load = true - # Disable web console in staging - config.web_console.development_only = true - # Full error reports as well as caching are disabled. config.consider_all_requests_local = false config.action_controller.perform_caching = false