Fix accidental commit of dev.py
This commit is contained in:
@@ -62,10 +62,10 @@ CACHES = {
|
||||
|
||||
|
||||
XQUEUE_INTERFACE = {
|
||||
"url": "http://127.0.0.1:3032",
|
||||
"url": "https://sandbox-xqueue.edx.org",
|
||||
"django_auth": {
|
||||
"username": "lms",
|
||||
"password": "abcd"
|
||||
"password": "***REMOVED***"
|
||||
},
|
||||
"basic_auth": ('anant', 'agarwal'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user