Skip to content

Commit

Permalink
Allow Vagrant IP address to display web console in development mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Nov 11, 2021
1 parent 3a1c917 commit f01cc6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@
# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
config.file_watcher = ActiveSupport::EventedFileUpdateChecker

# Allow Vagrant IP address to display web console in development mode
# NOTE: When we upgrade to Web Console 4.x this will change to
# config.web_console.permissions = ['10.0.2.2']
config.web_console.whitelisted_ips = ['10.0.2.2']
end

0 comments on commit f01cc6e

Please sign in to comment.