Skip to content

Commit

Permalink
⚡ it's getting late...
Browse files Browse the repository at this point in the history
  • Loading branch information
tochman committed Nov 12, 2018
1 parent d81c624 commit 0559eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# Use a real queuing backend for Active Job (and separate queues per environment)
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "nurse_and_doc_#{Rails.env}"
config.action_mailer.default_url_options[:host] = "http://nurse-and-doc.herokuapp.com/"
config.action_mailer.default_url_options = { host: 'http://nurse-and-doc.herokuapp.com/' }
config.action_mailer.perform_caching = false

# Ignore bad email addresses and do not raise email delivery errors.
Expand Down

0 comments on commit 0559eb0

Please sign in to comment.