diff options
author | Stan Hu <stanhu@gmail.com> | 2016-02-23 07:25:37 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-02-23 07:25:37 -0800 |
commit | 623cd239036694cda87de4851b57b118e9c76e22 (patch) | |
tree | 08e1b3552a162a2fdc691223bf96edce97a12248 /config/newrelic.yml | |
parent | 7c8099853621cc2a244bf6e0fd37a8b503d1ec5e (diff) | |
download | gitlab-ce-623cd239036694cda87de4851b57b118e9c76e22.tar.gz |
Revert "Remove newrelic gem. Closes #12860"
This reverts commit 531767175f0a364a332c74bf27c5f202732ce519.
Conflicts:
Gemfile.lock
Diffstat (limited to 'config/newrelic.yml')
-rw-r--r-- | config/newrelic.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/newrelic.yml b/config/newrelic.yml new file mode 100644 index 00000000000..9ef922a38d9 --- /dev/null +++ b/config/newrelic.yml @@ -0,0 +1,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 |