allow access to console

This commit is contained in:
Ryan W
2022-02-24 10:51:07 -08:00
parent e8d24e8e14
commit 22c9b8f64e
+3
View File
@@ -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