Skip to content

Commit

Permalink
Merge ba2a2d3 into 1945a05
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Apr 14, 2018
2 parents 1945a05 + ba2a2d3 commit a17b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ password than your development database.

### Should I have multiple `.env` files?

No. We **strongly** recommend against having a "main" `.env` file and an "environment" `.env` file like `.env.test`. Your config should vary between deploys, and you should not be sharing values between environments.
No. We **strongly** recommend having a "main" `.env` file and an "environment" `.env` file like `.env.test`. Your config should vary between deploys, and you should not be sharing values between environments.

> In a twelve-factor app, env vars are granular controls, each fully orthogonal to other env vars. They are never grouped together as “environments”, but instead are independently managed for each deploy. This is a model that scales up smoothly as the app naturally expands into more deploys over its lifetime.
>
Expand Down

0 comments on commit a17b457

Please sign in to comment.