From d29649b25ea7d50d879030cd09c34d6ee0a24d6c Mon Sep 17 00:00:00 2001 From: Pradeep Patro Date: Mon, 9 Jun 2025 13:46:26 +0530 Subject: [PATCH] Adding new port 2010 for frontend-app-learning due to codespace port collision on 2000 port --- .env.development | 4 ++-- .env.test | 4 ++-- README.rst | 2 +- src/pacts/frontend-app-learning-lms.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 2eff90c964..7a29414d5e 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ NODE_ENV='development' ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload' APP_ID='learning' -BASE_URL='http://localhost:2000' +BASE_URL='http://localhost:2010' CONTACT_URL='http://localhost:18000/contact' CREDENTIALS_BASE_URL='http://localhost:18150' CREDIT_HELP_LINK_URL='https://help.edx.org/edxlearner/s/article/Can-I-receive-college-credit-or-credit-hours-for-my-course' @@ -30,7 +30,7 @@ LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg LEGACY_THEME_NAME='' MARKETING_SITE_BASE_URL='http://localhost:18000' ORDER_HISTORY_URL='http://localhost:1996/orders' -PORT=2000 +PORT=2010 PROCTORED_EXAM_FAQ_URL='' PROCTORED_EXAM_RULES_URL='' REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' diff --git a/.env.test b/.env.test index b17621b0e3..d4a809b628 100644 --- a/.env.test +++ b/.env.test @@ -5,7 +5,7 @@ NODE_ENV='test' ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload' APP_ID='learning' -BASE_URL='http://localhost:2000' +BASE_URL='http://localhost:2010' CONTACT_URL='http://localhost:18000/contact' CREDENTIALS_BASE_URL='http://localhost:18150' CREDIT_HELP_LINK_URL='https://help.edx.org/edxlearner/s/article/Can-I-receive-college-credit-or-credit-hours-for-my-course' @@ -30,7 +30,7 @@ LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg LEGACY_THEME_NAME='' MARKETING_SITE_BASE_URL='http://localhost:18000' ORDER_HISTORY_URL='http://localhost:1996/orders' -PORT=2000 +PORT=2010 PROCTORED_EXAM_FAQ_URL='' PROCTORED_EXAM_RULES_URL='' REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' diff --git a/README.rst b/README.rst index 6544a1d123..fdeecc6c23 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Startup npm run dev -Then you can access the app at http://local.openedx.io:2000/learning/ +Then you can access the app at http://local.openedx.io:2010/learning/ Troubleshooting --------------- diff --git a/src/pacts/frontend-app-learning-lms.json b/src/pacts/frontend-app-learning-lms.json index 8ed68a2dd5..b00ee0bc8d 100644 --- a/src/pacts/frontend-app-learning-lms.json +++ b/src/pacts/frontend-app-learning-lms.json @@ -52,7 +52,7 @@ { "tab_id": "courseware", "title": "Course", - "url": "http://localhost:2000/course/course-v1:edX+DemoX+Demo_Course/home" + "url": "http://localhost:2010/course/course-v1:edX+DemoX+Demo_Course/home" } ], "title": "Demonstration Course", @@ -262,7 +262,7 @@ "slug": "courseware", "priority": 0, "type": "courseware", - "url": "http://localhost:2000/course/course-v1:edX+DemoX+Demo_Course/home" + "url": "http://localhost:2010/course/course-v1:edX+DemoX+Demo_Course/home" } ], "user_timezone": null,