From 1e47f624724f7eea90f5596f8232a7e9ed6fb447 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 24 Aug 2022 13:18:09 +0200 Subject: [PATCH] Remove web_console setting from staging.rb --- config/environments/staging.rb | 3 --- 1 file changed, 3 deletions(-) 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