From a0e232a81c018eb42fad78cacfc2ce43ddbaf5d2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 18 Feb 2020 10:06:23 +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 0830fb3..e57004d 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="abritium_paysage.fr" + HOSTNAME="abritium-paysage.fr" #config.action_mailer.delivery_method = :file config.action_mailer.default_url_options = { :host => HOSTNAME }