COnfigured CSV bucket in the config

This commit is contained in:
Martyn Inglis
2016-08-03 11:50:24 +01:00
parent 376561e684
commit 8a4b16fa98

View File

@@ -114,7 +114,7 @@ class Development(Config):
class Preview(Config):
CSV_UPLOAD_BUCKET_NAME = os.getenv("CSV_UPLOAD_BUCKET_NAME")
CSV_UPLOAD_BUCKET_NAME = 'preview-notifications-csv-upload'
class Test(Development):