forked from openedx-unsupported/frontend-app-program-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.development
29 lines (29 loc) · 1.31 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORT='1976'
NODE_ENV='development'
BASE_URL='localhost:1976'
LMS_BASE_URL='http://localhost:18000'
ECOMMERCE_BASE_URL='http://localhost:18130'
CREDENTIALS_BASE_URL='http://localhost:18150'
LOGIN_URL='http://localhost:18000/login'
LOGOUT_URL='http://localhost:18000/logout'
LOGO_URL='https://edx-cdn.org/v3/default/logo.svg'
LOGO_TRADEMARK_URL='https://edx-cdn.org/v3/default/logo-trademark.svg'
LOGO_WHITE_URL='https://edx-cdn.org/v3/default/logo-white.svg'
FAVICON_URL='https://edx-cdn.org/v3/default/favicon.ico'
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
SEGMENT_KEY=null
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
USER_INFO_COOKIE_NAME='edx-user-info'
CSRF_COOKIE_NAME='csrftoken'
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
SITE_NAME='edX'
ACCOUNT_SETTINGS_URL='https://localhost:1997'
DATA_API_BASE_URL='http://localhost:8000'
SECURE_COOKIES=false
REGISTRAR_API_BASE_URL='http://localhost:18734/api'
ACCOUNTS_API_BASE_URL='http://localhost:18000/api/user/v1/accounts'
PREFERENCES_API_BASE_URL='http://localhost:18000/api/user/v1/preferences'
CERTIFICATES_API_BASE_URL='http://localhost:18000/api/certificates/v0/certificates'
VIEW_MY_RECORDS_URL='http://localhost:18150/records'
ECOMMERCE_API_BASE_URL='http://localhost:18130/api/v2'