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
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-12 20:46:20 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-16 19:31:20 +0400
commit66ae1bde872bd828e9de660cd45007363000c986 (patch)
treef4d37b14ce53d26003afab0654f1cc2532c1a971 /config/newrelic.yml
parent71e055444942e93ad028f50896fe680cdf2caf5d (diff)
Add dormant New Relic gem
The gem can be enabled and configured via environment variables.
Diffstat (limited to 'config/newrelic.yml')
-rw-r--r--config/newrelic.yml16
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