Skip to content

Commit c7dff5d

Browse files
author
mashal-m
committed
feat: add account and profile urls in env files
1 parent 6850582 commit c7dff5d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.env

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ECOMMERCE_BASE_URL=''
77
LANGUAGE_PREFERENCE_COOKIE_NAME=''
88
LMS_BASE_URL=''
99
LEARNING_BASE_URL=''
10+
ACCOUNT_SETTINGS_URL=''
11+
ACCOUNT_PROFILE_URL=''
1012
LOGIN_URL=''
1113
LOGOUT_URL=''
1214
LOGO_URL=''

.env.development

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ NODE_ENV='development'
22
PORT=2002
33
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
44
BASE_URL='http://localhost:2002'
5+
ACCOUNT_SETTINGS_URL='http://localhost:1997'
6+
ACCOUNT_PROFILE_URL='http://localhost:1995'
57
CREDENTIALS_BASE_URL='http://localhost:18150'
68
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
79
ECOMMERCE_BASE_URL='http://localhost:18130'

.env.test

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ECOMMERCE_BASE_URL='http://localhost:18130'
66
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
77
LMS_BASE_URL='http://localhost:18000'
88
LEARNING_BASE_URL='http://localhost:2000'
9+
ACCOUNT_SETTINGS_URL='http://localhost:1997'
10+
ACCOUNT_PROFILE_URL='http://localhost:1995'
911
LOGIN_URL='http://localhost:18000/login'
1012
LOGOUT_URL='http://localhost:18000/logout'
1113
LOGO_URL='https://edx-cdn.org/v3/default/logo.svg'

0 commit comments

Comments
 (0)