Dev config does not send statsd

This commit is contained in:
Martyn Inglis
2016-05-16 12:05:26 +01:00
parent 785def9117
commit 503ae80ece

View File

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