diff --git a/.env b/.env index 5b69087e..70f94746 100644 --- a/.env +++ b/.env @@ -5,6 +5,8 @@ CREDENTIALS_BASE_URL='' COMMERCE_COORDINATOR_BASE_URL='' ECOMMERCE_BASE_URL='' SUBSCRIPTIONS_BASE_URL='' +ACCOUNT_SETTINGS_URL='' +ACCOUNT_PROFILE_URL='' LOGIN_URL='' LOGOUT_URL='' CSRF_TOKEN_API_PATH='' diff --git a/.env.development b/.env.development index ca83045f..1e106a51 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,8 @@ LMS_BASE_URL=http://localhost:18000 CREDENTIALS_BASE_URL=http://localhost:18150 COMMERCE_COORDINATOR_BASE_URL=http://localhost:8140 ECOMMERCE_BASE_URL=http://localhost:18130 +ACCOUNT_SETTINGS_URL='http://localhost:1997' +ACCOUNT_PROFILE_URL='http://localhost:1995' SUBSCRIPTIONS_BASE_URL=http://localhost:18750 LOGIN_URL=http://localhost:18000/login LOGOUT_URL=http://localhost:18000/login diff --git a/.env.test b/.env.test index 23e5a9fe..6c72df8e 100644 --- a/.env.test +++ b/.env.test @@ -7,6 +7,8 @@ COMMERCE_COORDINATOR_BASE_URL=http://localhost:8140 ECOMMERCE_BASE_URL=http://localhost:18130 SUBSCRIPTIONS_BASE_URL=http://localhost:18750 LOGIN_URL=http://localhost:18000/login +ACCOUNT_SETTINGS_URL='http://localhost:1997' +ACCOUNT_PROFILE_URL='http://localhost:1995' LOGOUT_URL=http://localhost:18000/login CSRF_TOKEN_API_PATH=/csrf/api/v1/token REFRESH_ACCESS_TOKEN_ENDPOINT=http://localhost:18000/login_refresh