forked from openedx/frontend-app-learner-portal-programs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.development
25 lines (25 loc) · 1.05 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
BASE_URL='localhost:8734'
LMS_BASE_URL='http://localhost:18000'
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'
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
USER_INFO_COOKIE_NAME='edx-user-info'
SEGMENT_KEY=''
DESIGNER_BASE_URL='http://designer.app:18808'
HOSTNAME='example'
UNBRANDED_LANDING_PAGE=''
USE_PROGRAMS_MOCK_DATA=''
IDP_SLUG='saml-default'
ENABLE_NOTICES=''
# uncomment the line below to use mock designer data from @edx/gatsby-source-portal-designer
# USE_PROGRAMS_MOCK_DATA=true
# uncomment the line below to simulate a deployment in which there is no IDP
# IDP_SLUG=''
# uncomment the line below to host the site at /{HOSTNAME}/
# ENABLE_PATH_PREFIX = true