Update config. All tests passing.

This commit is contained in:
Nicholas Staples
2016-04-07 17:33:30 +01:00
parent 9d6dfaf50f
commit 1c53efec62
3 changed files with 6 additions and 2 deletions

View File

@@ -9,3 +9,4 @@ class Staging(Config):
ADMIN_CLIENT_SECRET = os.environ['STAGING_ADMIN_CLIENT_SECRET']
SECRET_KEY = os.environ['STAGING_SECRET_KEY']
DANGEROUS_SALT = os.environ['STAGING_DANGEROUS_SALT']
CSV_UPLOAD_BUCKET_NAME = 'staging-notifications-csv-upload'