Terry
September 27, 2019, 10:54am
1
Hi guys,
i have successfully deployed my Open edX instance, but when students try to register they are getting an activation link like this:
http://localhost/activate/27f32ecb36d14038b46ae9bc7abb1472
how do i configure it to use my host ip address instead of using 127.0.0.1[localhost]
thanks in advance
mahyard
(Mahyar Damavand)
September 27, 2019, 11:53am
2
Hi,
I think setting proper values for LMS_BASE and SITE_NAME in ~edxapp/lms.env.json and ~edxapp/cms.env.json is the solution.
They must point to your lms server. ( eg. online.myeducation.org
)
1 Like
Terry
September 27, 2019, 11:59am
3
they are all pointed to my server.
sbernesto
(Ernesto Sanchez Benitez)
September 27, 2019, 5:22pm
4
You also need to edit the variable SITE_NAME
1 Like