feat: add page redirect when mfe flag enabled (#32637)

Co-authored-by: Jesper Hodge <19345795+jesperhodge@users.noreply.github.com>
This commit is contained in:
Kristin Aoki
2023-07-05 14:39:00 -04:00
committed by GitHub
parent 96f1397872
commit 6dfd706bca
10 changed files with 95 additions and 25 deletions

View File

@@ -49,6 +49,11 @@ LMS_ROOT_URL = f'http://{LMS_BASE}'
FEATURES['PREVIEW_LMS_BASE'] = "preview." + LMS_BASE
FRONTEND_REGISTER_URL = LMS_ROOT_URL + '/register'
################################## Video Pipeline Settings #########################
FEATURES['ENABLE_VIDEO_UPLOAD_PIPELINE'] = True
########################### PIPELINE #################################
# Skip packaging and optimization in development