summaryrefslogtreecommitdiff
path: root/config/environments/production.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-24 21:26:52 -0400
committerDavid Gay <david@davidgay.org>2021-05-24 21:26:52 -0400
commit89c07d9638ea895b8f0ce217d995138df918e24d (patch)
tree4e3c5433f0fbce9d8894e76f798db6ad3ac14fd1 /config/environments/production.rb
parent2045b0f3bdae5a63c268fe1df70de9dcd2aeaec2 (diff)
Capistrano setup
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r--config/environments/production.rb2
1 files changed, 2 insertions, 0 deletions
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