I did not realize that it was possible to define the callback url from the LMS. This makes it possible to grade submissions even when running locally.
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
XQUEUE_INTERFACE = {
|
|
"django_auth": {
|
|
"username": "{{ XQUEUE_AUTH_USERNAME }}",
|
|
"password": "{{ XQUEUE_AUTH_PASSWORD }}"
|
|
},
|
|
"url": "http://xqueue:8000",
|
|
"callback_url": "http://lms:8000"
|
|
} |