Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate postgres setup for local dev #182

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

duncanjbrown
Copy link
Contributor

  • Add a make target
  • Separate responsibilities for .env and .env.test so we don't need to duplicate information (for now both dev and test stages use the same postgres, because there's no difference between them yet)

As part of this change, the test.env file now selectively overrides
values from the core .env file, rather than setting them all for itself
— it won't need most of them, and it's convenient to check it in, so we
won't be able to put secrets in it anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant