Skip to content

Commit

Permalink
Add action mail default url to production
Browse files Browse the repository at this point in the history
  • Loading branch information
rztprog committed May 25, 2022
1 parent 2d5cca1 commit 958c896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@
# config.active_record.database_selector = { delay: 2.seconds }
# config.active_record.database_resolver = ActiveRecord::Middleware::DatabaseSelector::Resolver
# config.active_record.database_resolver_context = ActiveRecord::Middleware::DatabaseSelector::Resolver::Session

config.action_mailer.default_url_options = { host: 'https://rzt-rails-watch-list.herokuapp.com/' }
# config.action_mailer.default_url_options = { host: 'https://rzt-rails-watch-list.herokuapp.com/', port: 80 }
end

0 comments on commit 958c896

Please sign in to comment.