- How I can change the domain of the running Openedx ? I wanna to run it with new domain.
Asked
Active
Viewed 45 times
2 Answers
1
You can ask or search here https://discuss.openedx.org or here https://discuss.overhang.io in case you are using tutor.

Dertod
- 41
- 3
1
You can change it in your config.yml
file.
# The host names of LMS and Studio. Don't include the "https://" part:
EDXAPP_LMS_BASE: "online.myeducation.org"
EDXAPP_CMS_BASE: "studio.online.myeducation.org"

Vinay
- 13
- 3