From 0d1be8d46ae036ad1588f6c2e590eb1ba3993eb2 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Aug 2021 01:09:10 -0400 Subject: add prod hostname --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/environments/production.rb b/config/environments/production.rb index 144f7bf..9b0e175 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,4 +1,5 @@ Rails.application.configure do + config.hosts << "nomipinball.bhh.sh" # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. -- cgit 1.4.1