Be able to pass on different database URIs when spinning up a Docker container. Thus allowing for testing and production environments to have separate databases.
Move the current DB connection URI from api/config/config.js to the env vars set in CircleCI.
Be able to pass on different database URIs when spinning up a Docker container. Thus allowing for testing and production environments to have separate databases.
api/config/config.js
to the env vars set in CircleCI.