Merge branch 'master' into async-job-stats

Conflicts:
	app/dao/services_dao.py
This commit is contained in:
Martyn Inglis
2017-05-18 09:34:54 +01:00
20 changed files with 214 additions and 158 deletions

View File

@@ -245,7 +245,7 @@ class Test(Config):
Queue('research-mode', Exchange('default'), routing_key='research-mode'),
Queue('statistics', Exchange('default'), routing_key='statistics')
]
REDIS_ENABLED = True
API_RATE_LIMIT_ENABLED = True
API_HOST_NAME = "http://localhost:6011"
@@ -304,6 +304,7 @@ class Sandbox(CloudFoundryConfig):
NOTIFY_ENVIRONMENT = 'sandbox'
CSV_UPLOAD_BUCKET_NAME = 'cf-sandbox-notifications-csv-upload'
FROM_NUMBER = 'sandbox'
REDIS_ENABLED = False
configs = {