Closed MiniGod closed 5 years ago
PORT
REDIS_URL
Also changed NODE_ENV to be 'test' when running the tests which is generally more common probably.
NODE_ENV
'test'
PORT
env variable to change what port the server listens to.REDIS_URL
env variable to change what redis server to connect to.Also changed
NODE_ENV
to be'test'
when running the tests which is generally more common probably.