diff --git a/config/environments/production.rb b/config/environments/production.rb index 95e96f3..6f17070 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -58,5 +58,5 @@ Crossey2::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - HOSTNAME="" + HOSTNAME="noblet.me" end