Add basic authentication support for requests made to the xqueue server

This commit is contained in:
Calen Pennington
2012-08-14 11:32:39 -04:00
parent 43745dacca
commit c4bed2c128
5 changed files with 14 additions and 10 deletions

View File

@@ -94,8 +94,9 @@ JASMINE_TEST_DIRECTORY = PROJECT_ROOT + '/static/coffee'
#################### CAPA External Code Evaluation #############################
XQUEUE_INTERFACE = {
'url': 'http://localhost:8888',
'auth': {'username': 'local',
'password': 'local'}
'django_auth': {'username': 'local',
'password': 'local'},
'basic_auth': None,
}