diff --git a/.env.development b/.env.development index 5e327aae7..5694a28d8 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ BASE_URL='localhost:1995' CREDENTIALS_BASE_URL='http://localhost:18150' ACCOUNT_SETTINGS_URL=http://localhost:1997 CSRF_TOKEN_API_PATH='/csrf/api/v1/token' -ACCOUNT_PROFILE_URL='http://localhost:1995' +ACCOUNT_PROFILE_URL=http://localhost:1995 ECOMMERCE_BASE_URL='http://localhost:18130' LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference' LMS_BASE_URL='http://localhost:18000'