Replace whitelisted_ips with permissions in Docker init (#8341)
This commit is contained in:
parent
ee090316a2
commit
9992bdfe92
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ if Rails.env.development? && File.file?("/.dockerenv")
|
|||
BetterErrors::Middleware.allow_ip!(host_ip)
|
||||
end
|
||||
|
||||
Rails.application.config.web_console.whitelisted_ips << host_ip
|
||||
Rails.application.config.web_console.permissions = host_ip
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue