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