diff --git a/.env.development b/.env.development index 622496c..90e104b 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ NODE_ENV='development' -PORT=1993 -BASE_URL='localhost:1993' +PORT=1996 +BASE_URL='localhost:1996' LMS_BASE_URL='http://localhost:18000' LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout' diff --git a/.env.test b/.env.test index 9030b1d..22166e6 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,6 @@ NODE_ENV='test' -PORT=1993 -BASE_URL='localhost:1993' +PORT=1996 +BASE_URL='localhost:1996' LMS_BASE_URL='http://localhost:18000' LOGIN_URL='http://localhost:18000/login' LOGOUT_URL='http://localhost:18000/logout'