From 003f15253fa1b3762e2db7b6e05630e7448db789 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 21 Nov 2017 16:53:12 +0100 Subject: [PATCH] suite --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }