forked from Abstract-Tech/community-theme-course-about
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.development
25 lines (25 loc) · 1.08 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
NODE_ENV='development'
PORT=3000
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
BASE_URL='http://apps.local.edly.io:3000'
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'
LEARNING_BASE_URL='http://apps.local.edly.io:2000'
LMS_BASE_URL='http://local.edly.io:8000'
LOGIN_URL='http://local.edly.io:8000/login'
LOGOUT_URL='http://local.edly.io:8000/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=http://edly.io:8888/favicon.svg
MARKETING_SITE_BASE_URL='http://edly.io:8888'
ORDER_HISTORY_URL='http://localhost:1996/orders'
REFRESH_ACCESS_TOKEN_ENDPOINT='http://local.edly.io:8000/login_refresh'
SEGMENT_KEY=''
SITE_NAME='Gymnasium Local'
STUDIO_BASE_URL=' http://studio.local.edly.io:8001'
USER_INFO_COOKIE_NAME='edx-user-info'
APP_ID=''
MFE_CONFIG_API_URL='http://local.edly.io:8000/api/mfe_config/v1'