From b40df085d68c7046dfbaa44ba8c7dbc0499730d7 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 12 Mar 2013 17:33:22 -0400 Subject: [PATCH] add nrconfig --- config/environment.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environment.rb b/config/environment.rb index 00be728e9..aedcae55f 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,3 +1,5 @@ +ENV["NRCONFIG"] = "/var/www/danbooru2/shared/newrelic.yml" + # Load the rails application require File.expand_path('../application', __FILE__)