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:
authorJosh Frye <joshfng@gmail.com>2016-02-03 17:21:37 +0300
committerJosh Frye <joshfng@gmail.com>2016-02-03 17:22:21 +0300
commit531767175f0a364a332c74bf27c5f202732ce519 (patch)
tree493a158205ed33fcbbc9fba843b15ac64d4b4bb0 /config
parentc1faa836f6711695f2105e7405c2ea438382a5a8 (diff)
Remove newrelic gem. Closes #12860
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