Skip to content

Commit 498832b

Browse files
committed
refactor: update the app template for the console
- Update the basic libraries needed for the application - Update README and configuration files - Create the authz folder as the fist module for development
1 parent 199a622 commit 498832b

22 files changed

Lines changed: 13058 additions & 9263 deletions

.env.development

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE_ENV='development'
2-
PORT=8080
2+
PORT=2025
33
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
4-
BASE_URL='http://localhost:8080'
4+
BASE_URL='http://localhost:2025'
55
CREDENTIALS_BASE_URL='http://localhost:18150'
66
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
77
ECOMMERCE_BASE_URL='http://localhost:18130'
@@ -19,7 +19,7 @@ REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
1919
SEGMENT_KEY=''
2020
SITE_NAME=localhost
2121
USER_INFO_COOKIE_NAME='edx-user-info'
22-
APP_ID=''
22+
APP_ID='console'
2323
MFE_CONFIG_API_URL=''
2424
# Fallback in local style files
2525
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
1717
SEGMENT_KEY=''
1818
SITE_NAME=localhost
1919
USER_INFO_COOKIE_NAME='edx-user-info'
20-
APP_ID=''
20+
APP_ID='console'
2121
MFE_CONFIG_API_URL=''
2222
PARAGON_THEME_URLS={}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

README-template-frontend-app.rst

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)