diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-03-01 15:30:39 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-03-01 15:30:39 +0100 |
commit | e7eda6349e3c092645348fcbfbf0d093424186b6 (patch) | |
tree | 5c49389798871eef232e8c4889032ab408a33c82 /config | |
parent | e5bafed83714d2e96476446b9b2ebdebe3dffe35 (diff) | |
download | gitlab-ce-e7eda6349e3c092645348fcbfbf0d093424186b6.tar.gz |
Remove the newrelic gemremove-new-relic-gem
Diffstat (limited to 'config')
-rw-r--r-- | config/newrelic.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/newrelic.yml b/config/newrelic.yml deleted file mode 100644 index 9ef922a38d9..00000000000 --- a/config/newrelic.yml +++ /dev/null @@ -1,16 +0,0 @@ -# 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 |