mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
Fix missing XQUEUE_INTERFACE setting
This commit is contained in:
parent
8e46b4ca2b
commit
41e6cd89fd
@ -10,6 +10,8 @@
|
|||||||
},
|
},
|
||||||
"url": "http://xqueue:8040"
|
"url": "http://xqueue:8040"
|
||||||
},
|
},
|
||||||
|
{% else %}
|
||||||
|
"XQUEUE_INTERFACE": {},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"CONTENTSTORE": {
|
"CONTENTSTORE": {
|
||||||
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
|
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
},
|
},
|
||||||
"url": "http://xqueue:8040"
|
"url": "http://xqueue:8040"
|
||||||
},
|
},
|
||||||
|
{% else %}
|
||||||
|
"XQUEUE_INTERFACE": {},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"CONTENTSTORE": {
|
"CONTENTSTORE": {
|
||||||
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
|
"ENGINE": "xmodule.contentstore.mongo.MongoContentStore",
|
||||||
|
Loading…
Reference in New Issue
Block a user