s-ol’s avatars-ol’s Twitter Archive—№ 641

  1. …in reply to @nirbheek
    @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
    1. …in reply to @S0lll0s
      @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