Add default XQUEUE_INTERFACE to the dev environment

This commit is contained in:
Calen Pennington
2012-08-14 09:14:31 -04:00
parent 91b6bb649c
commit 09fc932a20

View File

@@ -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