about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-23 01:09:10 -0400
committerBen Harris <ben@tilde.team>2021-08-23 01:09:10 -0400
commit0d1be8d46ae036ad1588f6c2e590eb1ba3993eb2 (patch)
tree175b33245c527ad17170fbd7c27247ad49caca01 /config
parent5cbc48b9a0ed933e64f646e648a5c1726516cd8d (diff)
add prod hostname
Diffstat (limited to 'config')
-rw-r--r--config/environments/production.rb1
1 files changed, 1 insertions, 0 deletions
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.