Skip to content

Commit 9130568

Browse files
chore: update dev ports to be compatible with tutor dev
1 parent 31d2431 commit 9130568

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.env.development

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ ACCESS_TOKEN_COOKIE_NAME=edx-jwt-cookie-header-payload
33
ACCOUNT_PROFILE_URL=http://localhost:1995
44
ACCOUNT_SETTINGS_URL=http://localhost:1997
55
BASE_URL=http://localhost:8080
6-
CREDENTIALS_BASE_URL=http://localhost:18150
6+
CREDENTIALS_BASE_URL=http://localhost:8150
77
CSRF_TOKEN_API_PATH=/csrf/api/v1/token
8-
DISCOVERY_API_BASE_URL=http://localhost:18381
9-
PUBLISHER_BASE_URL=http://localhost:18400
10-
ECOMMERCE_BASE_URL=http://localhost:18130
8+
DISCOVERY_API_BASE_URL=http://localhost:8381
9+
PUBLISHER_BASE_URL=http://localhost:8400
10+
ECOMMERCE_BASE_URL=http://localhost:8130
1111
LANGUAGE_PREFERENCE_COOKIE_NAME=openedx-language-preference
1212
LEARNING_BASE_URL=http://localhost:2000
13-
LMS_BASE_URL=http://localhost:18000
14-
LOGIN_URL=http://localhost:18000/login
15-
LOGOUT_URL=http://localhost:18000/logout
16-
STUDIO_BASE_URL=http://localhost:18010
17-
MARKETING_SITE_BASE_URL=http://localhost:18000
13+
LMS_BASE_URL=http://localhost:8000
14+
LOGIN_URL=http://localhost:8000/login
15+
LOGOUT_URL=http://localhost:8000/logout
16+
STUDIO_BASE_URL=http://localhost:8010
17+
MARKETING_SITE_BASE_URL=http://localhost:8000
1818
ORDER_HISTORY_URL=http://localhost:1996/orders
19-
REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:18000/login_refresh
19+
REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:8000/login_refresh
2020
SEGMENT_KEY=''
2121
SITE_NAME=localhost
2222
USER_INFO_COOKIE_NAME=edx-user-info

0 commit comments

Comments
 (0)