tutor-xqueue/tutorxqueue/patches/openedx-common-settings
Régis Behmo 2fab9f3c3a Fix LMS callback url
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.
2020-05-13 11:16:31 +02:00

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"
}