Remove unused environment variable

We no longer use this.

See f56795655e
for further details.
This commit is contained in:
David McDonald
2020-03-06 13:25:53 +00:00
parent 4a2b216956
commit 5f548a395a
3 changed files with 0 additions and 3 deletions

View File

@@ -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