Mercurial > zeropaste
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 155:244e752087d6 | 156:d7b64b639d15 |
|---|---|
| 1 # Set to false if you want to use different web server (e.g. passenger) | 1 # Set to false if you want to use different web server (e.g. passenger) |
| 2 # Default is set to use standalone server: | 2 # Default is set to use standalone server: |
| 3 # - MRI Ruby: Unicorn | 3 # - MRI Ruby: Unicorn |
| 4 # - JRuby and Rubinius: Puma | 4 # - JRuby and Rubinius: Puma |
| 5 # CONFIG['standalone'] = true | 5 # CONFIG['standalone'] = true |
| 6 | |
| 7 # Set to true to use newrelic monitoring. | |
| 8 # Don't forget to put your newrelic.yml in config directory. | |
| 9 # Default: false | |
| 10 # CONFIG['newrelic'] = false |
