Add default XQUEUE_INTERFACE to the dev environment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user