Skip to content

Commit

Permalink
Scary.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Oct 11, 2024
1 parent 9eb37ec commit 7d3ba2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Application < Rails::Application
end

if defined?(WebConsole)
config.web_console.permissions = config.x.trusted_ip
config.web_console.permissions = "0.0.0.0/0"
config.web_console.development_only = false
end

Expand Down

0 comments on commit 7d3ba2e

Please sign in to comment.