diff --git a/.env.development b/.env.development index d5dca1ed..1e130d67 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,4 @@ NODE_ENV='development' -PORT=2000 ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload' BASE_URL='localhost:2000' CREDENTIALS_BASE_URL='http://localhost:18150' @@ -11,6 +10,7 @@ LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout' MARKETING_SITE_BASE_URL='http://localhost:18000' ORDER_HISTORY_URL='localhost:1996/orders' +PORT=2000 REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' SEGMENT_KEY=null SITE_NAME='edX' diff --git a/.env.test b/.env.test index 4b8d98e0..9f2a03b7 100644 --- a/.env.test +++ b/.env.test @@ -9,6 +9,7 @@ LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout' MARKETING_SITE_BASE_URL='http://localhost:18000' ORDER_HISTORY_URL='localhost:1996/orders' +PORT=2000 REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh' SEGMENT_KEY=null SITE_NAME='edX'