Skip to content

Commit

Permalink
fix: update packages, add note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Mar 5, 2024
1 parent 665e0e9 commit 331057c
Show file tree
Hide file tree
Showing 3 changed files with 1,349 additions and 2,174 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ is required in the same folder as the `.env.example` file.

#### Optional: Specifying the `.env` file:

- If you have multiple `.env` files, you can provide the filename as an argument. The `.env` example file must end in `.example`
Note: this is an anti-pattern and should be avoided. Environment variables
belong in the environment, not in the codebase. See
[12 factor app](https://12factor.net/config).

- If you have multiple `.env` files, you can provide the filename as an
argument. The `.env` example file must end in `.example`
- Usage: `npx envsync .env.development.example` will create `.env.development`

## Contributing
Expand Down

0 comments on commit 331057c

Please sign in to comment.