Fixed pep8 issues and hostname in the test environment.

This commit is contained in:
Martyn Inglis
2016-05-13 17:20:29 +01:00
parent 3f7559b286
commit 829d862739
4 changed files with 6 additions and 20 deletions

View File

@@ -102,6 +102,7 @@ class Development(Config):
STATSD_PORT = os.getenv('STATSD_PORT')
STATSD_PREFIX = os.getenv('STATSD_PREFIX')
class Preview(Config):
MMG_API_KEY = os.environ['MMG_API_KEY']
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'