mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 01:32:20 -05:00
Dev config does not send statsd
This commit is contained in:
@@ -97,10 +97,6 @@ class Development(Config):
|
||||
DEBUG = True
|
||||
MMG_API_KEY = os.environ['MMG_API_KEY']
|
||||
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
|
||||
STATSD_ENABLED = True
|
||||
STATSD_HOST = os.getenv('STATSD_HOST')
|
||||
STATSD_PORT = os.getenv('STATSD_PORT')
|
||||
STATSD_PREFIX = os.getenv('STATSD_PREFIX')
|
||||
|
||||
|
||||
class Preview(Config):
|
||||
|
||||
Reference in New Issue
Block a user