From 61c798bc8c3cd40677a1213c206a2161cbb736d4 Mon Sep 17 00:00:00 2001 From: Pradeep Patro Date: Fri, 6 Jun 2025 12:29:50 +0530 Subject: [PATCH] Adding new port 2010 for frontend-app-learning due to codespace port collision on 2000 port --- .env.development | 2 +- .env.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'