diff config/default_config.rb @ 156:d7b64b639d15

Disable newrelic by default (configurable).
author Edho Arief <edho@myconan.net>
date Thu, 29 Nov 2012 00:22:50 +0700
parents 812711965af1
children faded97bb095
line wrap: on
line diff
--- a/config/default_config.rb	Thu Nov 29 00:20:53 2012 +0700
+++ b/config/default_config.rb	Thu Nov 29 00:22:50 2012 +0700
@@ -1,3 +1,5 @@
 CONFIG['standalone'] ||= true
+CONFIG['newrelic'] ||= false
 CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test))
 CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone']
+CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']