Skip to content

Commit

Permalink
Fixed mailer config in dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chsxf committed Feb 18, 2024
1 parent 8800a5d commit 144032f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

config.action_mailer.perform_caching = false

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

# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log

Expand Down

0 comments on commit 144032f

Please sign in to comment.