-
@nirbheek in addition the tests were run on a production machine though, which is equally bad-practice. Should be safe to assume that the DB would not have been reachable from the developers machine
-
@nirbheek also: ENVs don't have to be exported - we keep them in a file and they are explicitly distributed by docker-compose. Locally I only set ENVs per-process (prefix notation) for the same reason: hidden global state is hard to manage