fix: add studio-url at initialisation
This commit is contained in:
parent
89f2dc9ed5
commit
bb313d9d60
@ -6,6 +6,7 @@ make migrate
|
||||
--site-domain {{ DISCOVERY_HOST }}:8381 \
|
||||
--code dev --name "Open edX - development" \
|
||||
--lms-url="http://lms:8000" \
|
||||
--studio-url="http://cms:8000" \
|
||||
--courses-api-url "http://{{ LMS_HOST }}:8000/api/courses/v1/" \
|
||||
--organizations-api-url "http://{{ LMS_HOST }}:8000/api/organizations/v1/"
|
||||
|
||||
@ -15,6 +16,7 @@ make migrate
|
||||
--site-domain {{ DISCOVERY_HOST }} \
|
||||
--code openedx --name "Open edX" \
|
||||
--lms-url="http://lms:8000" \
|
||||
--studio-url="http://cms:8000" \
|
||||
--courses-api-url "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/api/courses/v1/" \
|
||||
--organizations-api-url "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/api/organizations/v1/"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user