Skip to content

Commit

Permalink
Contributor: override .env.development (#1589)
Browse files Browse the repository at this point in the history
I realized that `.env` is used in every environment (`production`,
`test` and `development`); which means that the ActionMailer test
deliveries ... actually go all the way through to maildev!

Which was not ideal.
  • Loading branch information
zspencer authored Jun 22, 2023
1 parent 8b30191 commit 3f18687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*secrets.tfvars
.env
.env.production
.env.development

tmp/*
node_modules/
Expand Down

0 comments on commit 3f18687

Please sign in to comment.