From 050a73fbc5e59547f19c32705ea0e22465a347e9 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 20 Jan 2021 20:10:24 +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 8c24f51..d6e843e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -2,7 +2,7 @@ Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. - HOSTNAME="pollen.olwen.xyz" + HOSTNAME = "walden-solutions.fr" # Code is not reloaded between requests. config.cache_classes = true