Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down
4 changes: 2 additions & 2 deletions src/pacts/frontend-app-learning-lms.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down
Loading