Skip to content

Commit

Permalink
Add to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 30, 2023
1 parent cd6b943 commit f0e6daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -533,6 +533,10 @@ Try [dotenv-expand](https://github.com/motdotla/dotenv-expand)

Use [dotenv-vault](https://github.com/dotenv-org/dotenv-vault)

### What is a `.env.vault` file?

A `.env.vault` file is an encrypted version of your development (and ci, staging, production, etc) environment variables. It is paired with a `DOTENV_KEY` to deploy your secrets more securely than scattering them across multiple platforms and tools. Use [dotenv-vault](https://github.com/dotenv-org/dotenv-vault) to manage and generate them.

## Contributing Guide

See [CONTRIBUTING.md](CONTRIBUTING.md)
Expand Down

0 comments on commit f0e6daa

Please sign in to comment.