tutor-xqueue/tutorxqueue/patches/openedx-common-settings
Régis Behmo bbc9dfc5d4 🌅
2019-08-21 12:22:46 +02:00

7 lines
167 B
Plaintext

XQUEUE_INTERFACE = {
"django_auth": {
"username": "{{ XQUEUE_AUTH_USERNAME }}",
"password": "{{ XQUEUE_AUTH_PASSWORD }}"
},
"url": "http://xqueue:8040"
}