Multiple changes, all focused on creating a consistent environment variable configuration:
Added REDIS_URL and REDIS_PORT env variables to configure redis
Replaced DB with MONGO_URL and MONGO_PORT. The previous code was incondsistent in sometimes assuming DB was just the address (app.js) and sometimes address:port (index.js)
Replaced MPPL port configuration (as written it was broken)
Additionally I changed the output of tests to a format that is parsable by Jenkins, allowing for individual test result display in Jenkins.
Multiple changes, all focused on creating a consistent environment variable configuration:
Additionally I changed the output of tests to a format that is parsable by Jenkins, allowing for individual test result display in Jenkins.