Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-03-01 17:30:39 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-03-01 17:30:39 +0300
commite7eda6349e3c092645348fcbfbf0d093424186b6 (patch)
tree5c49389798871eef232e8c4889032ab408a33c82 /config
parente5bafed83714d2e96476446b9b2ebdebe3dffe35 (diff)
Remove the newrelic gem
Diffstat (limited to 'config')
-rw-r--r--config/newrelic.yml16
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