Remove web_console setting from staging.rb
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user