From 89c07d9638ea895b8f0ce217d995138df918e24d Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 24 May 2021 21:26:52 -0400 Subject: Capistrano setup --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/environments') diff --git a/config/environments/production.rb b/config/environments/production.rb index ba79845..beef772 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -117,4 +117,6 @@ Rails.application.configure do # config.active_record.database_selector = { delay: 2.seconds } # config.active_record.database_resolver = ActiveRecord::Middleware::DatabaseSelector::Resolver # config.active_record.database_resolver_context = ActiveRecord::Middleware::DatabaseSelector::Resolver::Session + + config.hosts << "playesoterra.com" end -- cgit v1.2.3