mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Remove unused environment variable
We no longer use this.
See f56795655e
for further details.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user