Set NODE_ENV in the test environment

This commit is contained in:
stvn
2020-05-15 11:59:22 -07:00
parent 93ccdf829b
commit b2fa93af13

View File

@@ -1,3 +1,4 @@
NODE_ENV='test'
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
BASE_URL='localhost:2000'
CREDENTIALS_BASE_URL='http://localhost:18150'