Adds Logistration MFE url for forgot password email.

This patch would enable routing learner to logistration MFE
via forgot password url than on platform when
ENABLE_LOGISTRATION_MICROFRONTEND feature flag is set.

VAN-98
This commit is contained in:
Adeel Khan
2020-10-29 15:03:24 +05:00
parent 7afee25ce2
commit d61936fdb6
6 changed files with 17 additions and 3 deletions

View File

@@ -332,6 +332,7 @@ EDXNOTES_CLIENT_NAME = 'edx_notes_api-backend-service'
LEARNING_MICROFRONTEND_URL = 'http://localhost:2000'
ACCOUNT_MICROFRONTEND_URL = 'http://localhost:1997'
LOGISTRATION_MICROFRONTEND_URL = 'http://localhost:1999'
LOGISTRATION_MICROFRONTEND_DOMAIN = 'localhost:1999'
############## Docker based devstack settings #######################