Skip to content

Commit

Permalink
Remove hard coded ip
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 28, 2023
1 parent a4f05ca commit e26fe56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@

config.action_mailer.default_url_options = { :host => 'localhost:3000' }

config.hosts.clear
config.web_console.permissions = '192.168.88.0/24'

# Show emails in the browser
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.perform_deliveries = true
Expand Down

0 comments on commit e26fe56

Please sign in to comment.