Add request / response debugging for remote joins

This commit is contained in:
Vikram Rangnekar
2019-06-06 08:57:00 -04:00
parent 661c822219
commit 7643e6ffa7
13 changed files with 103 additions and 44 deletions

View File

@ -60,4 +60,7 @@ Rails.application.configure do
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
config.web_console.whitelisted_ips = ['10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16']
end