Commit 3f8ccac0 authored by Ash McKenzie's avatar Ash McKenzie

Allow BetterErrors REPL to be enabled

This allows the BetterErrors REPL to be available
when your GitLab instance is listening on
something _other_ than localhost.
parent 31c32db2
......@@ -47,4 +47,7 @@ Rails.application.configure do
config.assets.quiet = true
config.allow_concurrency = defined?(::Puma)
# BetterErrors live shell (REPL) on every stack frame
BetterErrors::Middleware.allow_ip!("127.0.0.1/0")
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment