Fix bucket name for all environments

This commit is contained in:
Rebecca Law
2016-04-08 10:28:25 +01:00
parent 3813d33e2b
commit 39f7aa0820
3 changed files with 6 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ class Live(Config):
FIRETEXT_NUMBER = os.getenv("LIVE_FIRETEXT_NUMBER")
TWILIO_AUTH_TOKEN = os.getenv('LIVE_TWILIO_AUTH_TOKEN')
MMG_API_KEY = os.environ['LIVE_MMG_API_KEY']
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'
BROKER_TRANSPORT_OPTIONS = {
'region': 'eu-west-1',