blob: 9ef922a38d9c969e4a98b551e31a785f32d25d7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New Relic configuration file
#
# This file is here to make sure the New Relic gem stays
# quiet by default.
#
# To enable and configure New Relic, please use
# environment variables, e.g. NEW_RELIC_ENABLED=true
production:
enabled: false
development:
enabled: false
test:
enabled: false
|