diff --git a/config/environments/production.rb b/config/environments/production.rb index be43460..ccc85fb 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -63,6 +63,10 @@ Survey::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify + + config.action_mailer.default_url_options = { :host => "lepicvert.org" } + + config.action_mailer.delivery_method = :sendmail # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL)