Mercurial > zeropaste
diff config/local_config.rb.example @ 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 | ea90c0a58b40 |
line wrap: on
line diff
--- a/config/local_config.rb.example Thu Nov 29 00:20:53 2012 +0700 +++ b/config/local_config.rb.example Thu Nov 29 00:22:50 2012 +0700 @@ -3,3 +3,8 @@ # - MRI Ruby: Unicorn # - JRuby and Rubinius: Puma # CONFIG['standalone'] = true + +# Set to true to use newrelic monitoring. +# Don't forget to put your newrelic.yml in config directory. +# Default: false +# CONFIG['newrelic'] = false