Skip to content
Snippets Groups Projects
Commit 09fc932a authored by Calen Pennington's avatar Calen Pennington
Browse files

Add default XQUEUE_INTERFACE to the dev environment

parent 91b6bb64
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment