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

@@ -10,3 +10,4 @@ class Live(Config):
ADMIN_CLIENT_SECRET = os.environ['LIVE_ADMIN_CLIENT_SECRET']
SECRET_KEY = os.environ['LIVE_SECRET_KEY']
DANGEROUS_SALT = os.environ['LIVE_DANGEROUS_SALT']
CSV_UPLOAD_BUCKET_NAME = 'live-notifications-csv-upload'