From 5f548a395aa8b13fb271581aa8d3a2df686cda52 Mon Sep 17 00:00:00 2001 From: David McDonald Date: Fri, 6 Mar 2020 13:25:53 +0000 Subject: [PATCH] Remove unused environment variable We no longer use this. See https://github.com/alphagov/notifications-api/commit/f56795655e0e7359a433166b03281db65a258750 for further details. --- app/config.py | 1 - manifest.yml.j2 | 1 - pytest.ini | 1 - 3 files changed, 3 deletions(-) diff --git a/app/config.py b/app/config.py index cd694be4b..7b8984287 100644 --- a/app/config.py +++ b/app/config.py @@ -24,7 +24,6 @@ class Config(object): STATSD_ENABLED = False STATSD_HOST = os.getenv('STATSD_HOST') STATSD_PORT = 8125 - STATSD_PREFIX = os.getenv('STATSD_PREFIX') # Logging DEBUG = False diff --git a/manifest.yml.j2 b/manifest.yml.j2 index e7dd4ba68..93ed81c3b 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -51,7 +51,6 @@ applications: ANTIVIRUS_API_KEY: '{{ ANTIVIRUS_API_KEY }}' STATSD_HOST: 'notify-statsd-exporter-{{ environment }}.apps.internal' - STATSD_PREFIX: '{{ STATSD_PREFIX }}' ZENDESK_API_KEY: '{{ ZENDESK_API_KEY }}' diff --git a/pytest.ini b/pytest.ini index eea60e3f2..5e9b75af8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -9,7 +9,6 @@ env = DANGEROUS_SALT=dev-notify-salt SECRET_KEY=dev-notify-secret-key ZENDESK_API_KEY=test - STATSD_PREFIX=stats-prefix REDIS_ENABLED=0 filterwarnings =