Remove web_console setting from staging.rb

This commit is contained in:
Sebastian Serth
2022-08-24 13:18:09 +02:00
parent 9686c912a8
commit 1e47f62472

View File

@ -18,9 +18,6 @@ Rails.application.configure do
# Eager load is also required for the prometheus exporter # Eager load is also required for the prometheus exporter
config.eager_load = true config.eager_load = true
# Disable web console in staging
config.web_console.development_only = true
# Full error reports as well as caching are disabled. # Full error reports as well as caching are disabled.
config.consider_all_requests_local = false config.consider_all_requests_local = false
config.action_controller.perform_caching = false config.action_controller.perform_caching = false