For this repository, environment setup is simple, thus .env is directly checked into the repo.
This also simplifies unit test of rumors-api, because rumors-db is its submodule and has .env already in place pointing to rumors-test-db (localhost:62223).
For this repository, environment setup is simple, thus
.env
is directly checked into the repo.This also simplifies unit test of rumors-api, because rumors-db is its submodule and has
.env
already in place pointing torumors-test-db
(localhost:62223).