chore: update local port (#42)

This commit is contained in:
leangseu-edx
2022-10-17 13:33:15 -04:00
committed by GitHub
parent 22fe92353d
commit 66b7a97450
2 changed files with 4 additions and 4 deletions

View File

@@ -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'

View File

@@ -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'