Upload csv location updated, all tests passing.

This commit is contained in:
Nicholas Staples
2016-04-07 12:56:44 +01:00
parent 194c56943c
commit 8f8cdabfff
5 changed files with 17 additions and 18 deletions

View File

@@ -35,6 +35,8 @@ class Config(object):
SHOW_STYLEGUIDE = True
TOKEN_MAX_AGE_SECONDS = 3600
WTF_CSRF_ENABLED = True
CSV_UPLOAD_BUCKET_NAME = '{}-notifications-csv-upload'.format(
os.environ['NOTIFY_ADMIN_ENVIRONMENT'].split('config.')[1].lower())
EMAIL_DOMAIN_REGEXES = [
"gov\.uk",