6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-04 20:37:52 +00:00

Fix xqueue auth settings

XQUEUE_INTERFACE needs to be defined even if XQUEUE is not enabled.
This commit is contained in:
Régis Behmo 2019-07-04 10:22:24 +08:00
parent b6b1e4e0d5
commit ff36ddb2d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
"XQUEUE_INTERFACE": {
XQUEUE_INTERFACE = {
"django_auth": {
"username": "{{ XQUEUE_AUTH_USERNAME }}",
"password": "{{ XQUEUE_AUTH_PASSWORD }}"

View File

@ -3,6 +3,10 @@
"AWS_ACCESS_KEY_ID": "{{ OPENEDX_AWS_ACCESS_KEY }}",
"AWS_SECRET_ACCESS_KEY": "{{ OPENEDX_AWS_SECRET_ACCESS_KEY }}",
{{ patch("openedx-auth", separator=",\n", suffix=",")|indent(2) }}
"XQUEUE_INTERFACE": {
"django_auth": null,
"url": null
},
"CONTENTSTORE": {
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
"DOC_STORE_CONFIG": {