diff --git a/config/environments/production.rb b/config/environments/production.rb index 7278010..e5ae24b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -77,7 +77,7 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - HOSTNAME="jipe.fr" + HOSTNAME="jipe.quartz.xyz" #config.action_mailer.delivery_method = :file config.action_mailer.default_url_options = { :host => HOSTNAME }