diff --git a/.env.development b/.env.development index ae4b3ce..9a13b28 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,7 @@ CSRF_TOKEN_API_PATH='/csrf/api/v1/token' ECOMMERCE_BASE_URL='http://localhost:18130' LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference' LMS_BASE_URL='http://localhost:18000' -LEARNING_BASE_URL='http://localhost:2000' +LEARNING_BASE_URL='http://localhost:2010' LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout' LOGO_URL=https://edx-cdn.org/v3/default/logo.svg diff --git a/.env.test b/.env.test index 84bc122..583a569 100644 --- a/.env.test +++ b/.env.test @@ -5,7 +5,7 @@ CSRF_TOKEN_API_PATH='/csrf/api/v1/token' ECOMMERCE_BASE_URL='http://localhost:18130' LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference' LMS_BASE_URL='http://localhost:18000' -LEARNING_BASE_URL='http://localhost:2000' +LEARNING_BASE_URL='http://localhost:2010' LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout' LOGO_URL='https://edx-cdn.org/v3/default/logo.svg'