Revert local change to config

This commit is contained in:
Rebecca Law
2017-01-27 16:09:11 +00:00
parent 4e4afc5d0b
commit 090ecb0de1

View File

@@ -191,7 +191,7 @@ class Test(Config):
Queue('send-email', Exchange('default'), routing_key='send-email'),
Queue('research-mode', Exchange('default'), routing_key='research-mode')
]
REDIS_ENABLED = False
REDIS_ENABLED = True
API_HOST_NAME = "http://localhost:6011"