diff --git a/config/environments/development.rb b/config/environments/development.rb index 84a57f4..94a845c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -16,6 +16,9 @@ Rails.application.configure do # Show full error reports. config.consider_all_requests_local = true + # Allow access when running in docker + config.web_console.whitelisted_ips = ["172.16.0.0/12", "192.168.0.0/16"] + # Enable server timing config.server_timing = true