-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade runways to frontend-platform (#6)
BREAKING CHANGE: This package now depends upon frontend-platform instead of individual runway packages
- Loading branch information
Adam Butterworth
authored
Nov 21, 2019
1 parent
e35b9f9
commit 98655c6
Showing
12 changed files
with
1,003 additions
and
875 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
EXAMPLE_VAR=Example Value | ||
ACCESS_TOKEN_COOKIE_NAME=edx-jwt-cookie-header-payload | ||
BASE_URL=localhost:8080 | ||
CREDENTIALS_BASE_URL=http://localhost:18150 | ||
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 | ||
LOGIN_URL=http://localhost:18000/login | ||
LOGOUT_URL=http://localhost:18000/login | ||
MARKETING_SITE_BASE_URL=http://localhost:18000 | ||
ORDER_HISTORY_URL=localhost:1996/orders | ||
REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:18000/login_refresh | ||
SEGMENT_KEY=test | ||
SITE_NAME=Open edX | ||
USER_INFO_COOKIE_NAME=edx-user-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
EXAMPLE_VAR=Example Value | ||
ACCESS_TOKEN_COOKIE_NAME=edx-jwt-cookie-header-payload | ||
BASE_URL=localhost:8080 | ||
CREDENTIALS_BASE_URL=http://localhost:18150 | ||
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 | ||
LOGIN_URL=http://localhost:18000/login | ||
LOGOUT_URL=http://localhost:18000/login | ||
MARKETING_SITE_BASE_URL=http://localhost:18000 | ||
ORDER_HISTORY_URL=localhost:1996/orders | ||
REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:18000/login_refresh | ||
SEGMENT_KEY=test | ||
SITE_NAME=Open edX | ||
USER_INFO_COOKIE_NAME=edx-user-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters