From ba81cd5ecd50fc393622c46d3f801a9616b51833 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 8 May 2019 23:23:59 +0200 Subject: [PATCH] suite --- config/environments/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 9bbaa0c..572f7bd 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="payresas.quartz.xyz" + HOSTNAME="abritium.fr" #config.action_mailer.delivery_method = :file config.action_mailer.default_url_options = { :host => HOSTNAME } @@ -91,7 +91,7 @@ Rails.application.configure do Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'http' } - ANGORA_HOSTNAME = "stop-angora.fr" + ANGORA_HOSTNAME = "" end