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