From f6010cc24b3ff66486efdd0b226ee7d0302ba4e6 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 7 Mar 2021 23:34:45 +0100 Subject: [PATCH] url --- 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 b04bfda..d65b6ab 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="basiclabs.io" + HOSTNAME="basiclabs.fr" # Code is not reloaded between requests. config.cache_classes = true