From 0a85c4f4df3f8c145f1befff3f68703487dc604f Mon Sep 17 00:00:00 2001 From: Justin <16829344+jmilljr24@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:17:48 -0500 Subject: [PATCH] remove due to causing deployment to fail (#1195) --- config/environments/production.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index ed4518f92..7bdb3f998 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -101,6 +101,4 @@ default: {baja: "bajapetrescue@gmail.com"}, contact: {baja: "bajapetrescue+contact@gmail.com"} } - - config.hosts = ["homewardtails.org", "www.homewardtails.org"] end