Merge pull request #3356 from alphagov/statsd-prefix

Remove unused environment variable
This commit is contained in:
David McDonald
2020-03-06 16:00:27 +00:00
committed by GitHub
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