mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 06:51:45 -05:00
Dev config does not send statsd
This commit is contained in:
@@ -97,10 +97,6 @@ class Development(Config):
|
|||||||
DEBUG = True
|
DEBUG = True
|
||||||
MMG_API_KEY = os.environ['MMG_API_KEY']
|
MMG_API_KEY = os.environ['MMG_API_KEY']
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'development-notifications-csv-upload'
|
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):
|
class Preview(Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user