From 551191f3cbeacd3f35e133c4a0d2f485d6776b75 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 2 Feb 2020 22:45:36 +0100 Subject: [PATCH] Suite --- config/environments/production.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index d3e1472..bf81442 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="3p.quartz.xyz" + HOSTNAME="kaps.quartz.xyz" #config.action_mailer.delivery_method = :file config.action_mailer.default_url_options = { :host => HOSTNAME } @@ -95,8 +95,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" + end