Skip to content

Commit d26faad

Browse files
author
David Joy
committed
Creating stub package.json file
1 parent ebb59d6 commit d26faad

File tree

3 files changed

+16606
-0
lines changed

3 files changed

+16606
-0
lines changed

.env.test

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
EXAMPLE_VAR=Example Value
2+
ACCESS_TOKEN_COOKIE_NAME=edx-jwt-cookie-header-payload
3+
BASE_URL=localhost:1995
4+
CREDENTIALS_BASE_URL=http://localhost:18150
5+
CSRF_TOKEN_API_PATH=/csrf/api/v1/token
6+
ECOMMERCE_BASE_URL=http://localhost:18130
7+
LANGUAGE_PREFERENCE_COOKIE_NAME=openedx-language-preference
8+
LMS_BASE_URL=http://localhost:18000
9+
LOGIN_URL=http://localhost:18000/login
10+
LOGOUT_URL=http://localhost:18000/login
11+
MARKETING_SITE_BASE_URL=http://localhost:18000
12+
ORDER_HISTORY_URL=localhost:1996/orders
13+
REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:18000/login_refresh
14+
SEGMENT_KEY=ul
15+
SITE_NAME=Open edX
16+
USER_INFO_COOKIE_NAME=edx-user-info

0 commit comments

Comments
 (0)