Add patch in the service config file to be able to redefine any settings
This commit is contained in:
parent
970dafe87b
commit
494d82f7b7
@ -28,3 +28,5 @@ SECRET_KEY = "{{ XQUEUE_SECRET_KEY }}"
|
|||||||
|
|
||||||
USERS = {"{{ XQUEUE_AUTH_USERNAME }}": "{{ XQUEUE_AUTH_PASSWORD}}"}
|
USERS = {"{{ XQUEUE_AUTH_USERNAME }}": "{{ XQUEUE_AUTH_PASSWORD}}"}
|
||||||
XQUEUES = {"openedx": None}
|
XQUEUES = {"openedx": None}
|
||||||
|
|
||||||
|
{{ patch("xqueue-settings") }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user