allow access to console
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user