Merge pull request #113 from alphagov/fetch-notifications-endpoints

Fetch endpoints for notifications
This commit is contained in:
Rebecca Law
2016-03-01 15:16:54 +00:00
7 changed files with 326 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ class Config(object):
SQLALCHEMY_RECORD_QUERIES = True
VERIFY_CODE_FROM_EMAIL_ADDRESS = os.environ['VERIFY_CODE_FROM_EMAIL_ADDRESS']
NOTIFY_EMAIL_DOMAIN = os.environ['NOTIFY_EMAIL_DOMAIN']
PAGE_SIZE = 50
BROKER_URL = 'sqs://'
BROKER_TRANSPORT_OPTIONS = {