gitlab-org--gitlab-foss/config/newrelic.yml
Jacob Vosmaer 66ae1bde87 Add dormant New Relic gem
The gem can be enabled and configured via environment variables.
2014-09-16 17:31:20 +02:00

16 lines
298 B
YAML

# 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