opensourcecatholic / marriage-booklet

To help Catholic couples plan their wedding mass
4 stars 2 forks source link

Provide default env config for dev and test #110

Closed mkasberg closed 1 year ago

mkasberg commented 1 year ago

We should make it as easy as possible for a new developer to set up a dev environment. To that end, we shouldn't require a bunch of env vars to be set if we don't have a good reason to. For development and test environments, we can provide a default username and password for postgres, and we can configure that default user/pass in our docker-compose file. I've set this up in such a way that any of it can still be overridden by environment variables if you choose to do so, but you don't have to -- it will work out of the box.

Fixes #108

mkasberg commented 1 year ago

Oh, I should update the README with this info. Let me amend my commit to do that.