Commit 09fc932a by Calen Pennington

Add default XQUEUE_INTERFACE to the dev environment

parent 91b6bb64
......@@ -53,6 +53,14 @@ CACHES = {
}
}
XQUEUE_INTERFACE = {
"url": "http://xqueue.sandbox.edx.org",
"auth": {
"username": "lms",
"password": "***REMOVED***"
}
}
# Make the keyedcache startup warnings go away
CACHE_TIMEOUT = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment