From 4317e65438654f5320c4235d8366948049402382 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 29 Dec 2011 18:46:57 +0100 Subject: [PATCH] hostname --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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